[CLEANUP] Removed dependencies and moved them to Maven

This commit is contained in:
JKetelaar
2015-12-26 18:25:52 +01:00
parent 34c9b40999
commit 3b1aef755b
129 changed files with 10 additions and 44573 deletions
+10
View File
@@ -45,6 +45,16 @@
<artifactId>javafx</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>5.0.4</version>
</dependency>
<dependency>
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>
<version>1.1.1</version>
</dependency>
</dependencies>
<build>