|
@@ -69,6 +69,10 @@
|
|
|
<groupId>com.github.pjfanning</groupId>
|
|
|
<artifactId>jersey-json</artifactId>
|
|
|
</exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.codehaus.jettison</groupId>
|
|
|
+ <artifactId>jettison</artifactId>
|
|
|
+ </exclusion>
|
|
|
<exclusion>
|
|
|
<groupId>com.sun.jersey</groupId>
|
|
|
<artifactId>jersey-server</artifactId>
|
|
@@ -182,6 +186,10 @@
|
|
|
<groupId>com.github.pjfanning</groupId>
|
|
|
<artifactId>jersey-json</artifactId>
|
|
|
</exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.codehaus.jettison</groupId>
|
|
|
+ <artifactId>jettison</artifactId>
|
|
|
+ </exclusion>
|
|
|
<exclusion>
|
|
|
<groupId>io.netty</groupId>
|
|
|
<artifactId>netty</artifactId>
|
|
@@ -233,6 +241,10 @@
|
|
|
<groupId>com.github.pjfanning</groupId>
|
|
|
<artifactId>jersey-json</artifactId>
|
|
|
</exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.codehaus.jettison</groupId>
|
|
|
+ <artifactId>jettison</artifactId>
|
|
|
+ </exclusion>
|
|
|
<exclusion>
|
|
|
<groupId>com.sun.jersey</groupId>
|
|
|
<artifactId>jersey-servlet</artifactId>
|
|
@@ -290,6 +302,10 @@
|
|
|
<groupId>com.github.pjfanning</groupId>
|
|
|
<artifactId>jersey-json</artifactId>
|
|
|
</exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.codehaus.jettison</groupId>
|
|
|
+ <artifactId>jettison</artifactId>
|
|
|
+ </exclusion>
|
|
|
<exclusion>
|
|
|
<groupId>io.netty</groupId>
|
|
|
<artifactId>netty</artifactId>
|