Skip to content

Commit 0b4071b

Browse files
committed
change test json lib
1 parent 7535164 commit 0b4071b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@
3434
<artifactId>jersey-json</artifactId>
3535
<version>1.9</version>
3636
<scope>test</scope>
37+
<exclusions>
38+
<exclusion>
39+
<groupId>stax</groupId>
40+
<artifactId>stax-api</artifactId>
41+
</exclusion>
42+
</exclusions>
3743
</dependency>
3844
<dependency>
3945
<groupId>junit</groupId>

0 commit comments

Comments
 (0)