Skip to content
This repository was archived by the owner on Jul 8, 2020. It is now read-only.

Commit 9428baa

Browse files
committed
Fix JSON errors (added json-simple library)
1 parent 9e49a2b commit 9428baa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@
3030
<artifactId>guava</artifactId>
3131
<version>18.0</version>
3232
</dependency>
33+
34+
<dependency>
35+
<groupId>com.googlecode.json-simple</groupId>
36+
<artifactId>json-simple</artifactId>
37+
<version>1.1</version>
38+
<scope>compile</scope>
39+
</dependency>
3340
</dependencies>
3441

3542
<build>

0 commit comments

Comments
 (0)