We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06dafaa commit 8e107dcCopy full SHA for 8e107dc
1 file changed
pom.xml
@@ -30,6 +30,12 @@
30
<groupId>com.googlecode.json-simple</groupId>
31
<artifactId>json-simple</artifactId>
32
<version>1.1.1</version>
33
+ <exclusions>
34
+ <exclusion>
35
+ <groupId>junit</groupId>
36
+ <artifactId>junit</artifactId>
37
+ </exclusion>
38
+ </exclusions>
39
</dependency>
40
<dependency>
41
<groupId>com.fasterxml.jackson.core</groupId>
@@ -57,6 +63,12 @@
57
63
<version>5.10.2</version>
58
64
<scope>test</scope>
59
65
66
+ <dependency>
67
68
69
+ <version>4.13.1</version>
70
+ <scope>compile</scope>
71
+ </dependency>
60
72
</dependencies>
61
73
62
74
<build>
0 commit comments