Explorar o código

HADOOP-19088. Use jersey-json 1.22.0 (#6585) (#6627)

Contributed by pjfanning
PJ Fanning hai 1 ano
pai
achega
9f8db35bf5
Modificáronse 2 ficheiros con 3 adicións e 3 borrados
  1. 1 1
      LICENSE-binary
  2. 2 2
      hadoop-project/pom.xml

+ 1 - 1
LICENSE-binary

@@ -459,7 +459,7 @@ org.slf4j:slf4j-reload4j:1.7.35
 CDDL 1.1 + GPLv2 with classpath exception
 -----------------------------------------
 
-com.github.pjfanning:jersey-json:1.20
+com.github.pjfanning:jersey-json:1.22.0
 com.sun.jersey:jersey-client:1.19.4
 com.sun.jersey:jersey-core:1.19.4
 com.sun.jersey:jersey-guice:1.19.4

+ 2 - 2
hadoop-project/pom.xml

@@ -896,7 +896,7 @@
       <dependency>
         <groupId>com.github.pjfanning</groupId>
         <artifactId>jersey-json</artifactId>
-        <version>1.20</version>
+        <version>1.22.0</version>
         <exclusions>
           <exclusion>
             <groupId>com.fasterxml.jackson.core</groupId>
@@ -2380,7 +2380,7 @@
                     <include>com.google.inject:guice:4.0</include>
                     <include>com.sun.jersey:jersey-core:1.19.4</include>
                     <include>com.sun.jersey:jersey-servlet:1.19.4</include>
-                    <include>com.github.pjfanning:jersey-json:1.20</include>
+                    <include>com.github.pjfanning:jersey-json:1.22.0</include>
                     <include>com.sun.jersey:jersey-server:1.19.4</include>
                     <include>com.sun.jersey:jersey-client:1.19.4</include>
                     <include>com.sun.jersey:jersey-grizzly2:1.19.4</include>