Add missing scope for servlet-api dependency
Signed-off-by: Alexander Garagatyi <agaragatyi@codenvy.com>6.19.x
parent
606f6aff47
commit
25f18e1ce2
|
|
@ -125,7 +125,7 @@
|
|||
<impl>server</impl>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
<execution>
|
||||
<id>dto-client</id>
|
||||
<phase>process-sources</phase>
|
||||
<goals>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue