[CLEANUP] Removed dependencies and moved them to Maven

This commit is contained in:
JKetelaar
2015-12-26 18:29:12 +01:00
parent 3b1aef755b
commit 4c495bdd4c
+5
View File
@@ -55,6 +55,11 @@
<artifactId>json-simple</artifactId>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-commons</artifactId>
<version>5.0.4</version>
</dependency>
</dependencies>
<build>