We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50853bc commit fe8c98fCopy full SHA for fe8c98f
1 file changed
pom.xml
@@ -44,6 +44,12 @@
44
<groupId>com.googlecode.json-simple</groupId>
45
<artifactId>json-simple</artifactId>
46
<version>1.1.1</version>
47
+ <exclusions>
48
+ <exclusion>
49
+ <groupId>junit</groupId>
50
+ <artifactId>junit</artifactId>
51
+ </exclusion>
52
+ </exclusions>
53
</dependency>
54
<dependency>
55
<groupId>com.fasterxml.jackson.core</groupId>
@@ -71,6 +77,12 @@
71
77
<version>5.10.2</version>
72
78
<scope>test</scope>
73
79
80
+ <dependency>
81
82
83
+ <version>4.13.2</version>
84
+ <scope>compile</scope>
85
+ </dependency>
74
86
</dependencies>
75
87
76
88
<build>
0 commit comments