[TASK] Updated ASM to 5.0.4

This commit is contained in:
JKetelaar
2015-12-26 18:46:06 +01:00
parent 4c495bdd4c
commit 4dcb5f988c
5 changed files with 27 additions and 26 deletions
+1 -6
View File
@@ -47,7 +47,7 @@
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<artifactId>asm-all</artifactId>
<version>5.0.4</version>
</dependency>
<dependency>
@@ -55,11 +55,6 @@
<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>