Skip to content

Commit a08b99e

Browse files
committed
try jersey-json:1.21.0
1 parent 49f5b4e commit a08b99e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

LICENSE-binary

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ org.slf4j:slf4j-log4j12:1.7.25
496496
CDDL 1.1 + GPLv2 with classpath exception
497497
-----------------------------------------
498498

499-
com.github.pjfanning:jersey-json:1.20
499+
com.github.pjfanning:jersey-json:1.21.0
500500
com.github.pjfanning:jsr311-compat:0.1.0
501501
com.sun.jersey:jersey-client:1.19.4
502502
com.sun.jersey:jersey-core:1.19.4

hadoop-project/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,7 @@
901901
<dependency>
902902
<groupId>com.github.pjfanning</groupId>
903903
<artifactId>jersey-json</artifactId>
904-
<version>1.20</version>
904+
<version>1.21.0</version>
905905
<exclusions>
906906
<exclusion>
907907
<groupId>com.fasterxml.jackson.core</groupId>
@@ -2387,7 +2387,7 @@
23872387
<include>com.google.inject:guice:4.0</include>
23882388
<include>com.sun.jersey:jersey-core:1.19.4</include>
23892389
<include>com.sun.jersey:jersey-servlet:1.19.4</include>
2390-
<include>com.github.pjfanning:jersey-json:1.20</include>
2390+
<include>com.github.pjfanning:jersey-json:1.21.0</include>
23912391
<include>com.github.pjfanning:jsr311-compat:0.1.0</include>
23922392
<include>com.sun.jersey:jersey-server:1.19.4</include>
23932393
<include>com.sun.jersey:jersey-client:1.19.4</include>

0 commit comments

Comments
 (0)