|
@@ -173,8 +173,20 @@
|
|
|
<groupId>com.fasterxml.jackson.jaxrs</groupId>
|
|
|
<artifactId>jackson-jaxrs-json-provider</artifactId>
|
|
|
</exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.codehaus.jettison</groupId>
|
|
|
+ <artifactId>jettison</artifactId>
|
|
|
+ </exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
+ <dependency>
|
|
|
+ <!--
|
|
|
+ adding jettison as direct dependency (as jersey-json's jettison dependency is vulnerable with verison 1.1),
|
|
|
+ so those who depends on hadoop-common externally will get the non-vulnerable jettison
|
|
|
+ -->
|
|
|
+ <groupId>org.codehaus.jettison</groupId>
|
|
|
+ <artifactId>jettison</artifactId>
|
|
|
+ </dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.sun.jersey</groupId>
|
|
|
<artifactId>jersey-server</artifactId>
|