[BUGFIX] Removed dependencies of json simple

This commit is contained in:
JKetelaar
2015-12-27 00:17:14 +01:00
parent 8d7207d2c8
commit c6eb45ac21
+10
View File
@@ -56,6 +56,16 @@
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>
<version>1.1.1</version>
<exclusions>
<exclusion>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
<exclusion>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>