Add missing scope for servlet-api dependency

Signed-off-by: Alexander Garagatyi <agaragatyi@codenvy.com>
6.19.x
Alexander Garagatyi 2017-01-20 22:37:24 +02:00
parent 606f6aff47
commit 25f18e1ce2
2 changed files with 6 additions and 5 deletions

View File

@ -125,7 +125,7 @@
<impl>server</impl>
</configuration>
</execution>
<execution>
<execution>
<id>dto-client</id>
<phase>process-sources</phase>
<goals>

View File

@ -53,10 +53,6 @@
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.che.core</groupId>
<artifactId>che-core-api-account</artifactId>
@ -118,6 +114,11 @@
<artifactId>guice-persist</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.websocket</groupId>
<artifactId>javax.websocket-api</artifactId>