|
|
@@ -372,6 +372,10 @@
|
|
|
<artifactId>javax.ws.rs-api</artifactId>
|
|
|
<groupId>javax.ws.rs</groupId>
|
|
|
</exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.jboss.netty</groupId>
|
|
|
+ <artifactId>netty</artifactId>
|
|
|
+ </exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
|
|
|
@@ -783,6 +787,10 @@
|
|
|
<artifactId>javax.ws.rs-api</artifactId>
|
|
|
<groupId>javax.ws.rs</groupId>
|
|
|
</exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.jboss.netty</groupId>
|
|
|
+ <artifactId>netty</artifactId>
|
|
|
+ </exclusion>
|
|
|
<exclusion>
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
<artifactId>jackson-databind</artifactId>
|