aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index e9d8e26..fa63ff3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -137,6 +137,13 @@
</dependency> -->
+<!-- https://mvnrepository.com/artifact/com.googlecode.json-simple/json-simple -->
+<dependency>
+ <groupId>com.googlecode.json-simple</groupId>
+ <artifactId>json-simple</artifactId>
+ <version>1.1</version>
+</dependency>
+
<!-- UTILITIES -->
<dependency>
<groupId>org.apache.commons</groupId>