Skip to content

Commit

Permalink
change test json lib
Browse files Browse the repository at this point in the history
  • Loading branch information
wujinhu committed Dec 6, 2017
1 parent 7535164 commit 0b4071b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@
<artifactId>jersey-json</artifactId>
<version>1.9</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>stax</groupId>
<artifactId>stax-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 0b4071b

Please sign in to comment.