[CLEANUP] Removed unused dependencies from build

This commit is contained in:
JKetelaar
2015-12-26 18:57:01 +01:00
parent 11eb484c3b
commit 8d7207d2c8
+3 -1
View File
@@ -39,11 +39,13 @@
<groupId>naga</groupId>
<artifactId>naga</artifactId>
<version>1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javafx</groupId>
<artifactId>javafx</artifactId>
<version>1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
@@ -113,8 +115,8 @@
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>