Skip to content

Commit 073c083

Browse files
committed
use jersy 2.6 for jdk compatibility;use junit 4.11 to work with hamcrest 1.3
1 parent 163b6a3 commit 073c083

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
<version.slf4j>1.6.1</version.slf4j>
5151

52-
<jersey.version>2.11</jersey.version>
52+
<jersey.version>2.6</jersey.version>
5353
<jersey-apache-client4.version>1.9</jersey-apache-client4.version>
5454

5555
<jackson-jaxrs.version>2.3.3</jackson-jaxrs.version>
@@ -86,7 +86,7 @@
8686
<dependency>
8787
<groupId>junit</groupId>
8888
<artifactId>junit</artifactId>
89-
<version>4.8.1</version>
89+
<version>4.11</version>
9090
<scope>test</scope>
9191
</dependency>
9292
<dependency>

0 commit comments

Comments
 (0)