Updated ASM to 5.1.

This commit is contained in:
NathanSweet 2016-11-09 01:19:36 +01:00
parent 16bad2e63f
commit 65f738caab
4 changed files with 2 additions and 2 deletions

View File

@ -4,6 +4,6 @@
<classpathentry excluding="**/.svn/*" kind="src" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="build/junit-4.6.jar"/>
<classpathentry kind="lib" path="lib/asm-4.0.jar"/>
<classpathentry kind="lib" path="lib/asm-5.1.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Binary file not shown.

BIN
lib/asm-5.1.jar Normal file

Binary file not shown.

View File

@ -43,7 +43,7 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>5.0.4</version>
<version>5.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>