419801 - Upgrade to asm5 for jdk8

+ Upgrading to version 5.0.1
This commit is contained in:
Joakim Erdfelt 2014-03-25 08:59:23 -07:00
parent f0fc00ea50
commit fab377335f
1 changed files with 2 additions and 2 deletions

View File

@ -469,12 +469,12 @@
<dependency> <dependency>
<groupId>org.ow2.asm</groupId> <groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId> <artifactId>asm</artifactId>
<version>4.1</version> <version>5.0.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.ow2.asm</groupId> <groupId>org.ow2.asm</groupId>
<artifactId>asm-commons</artifactId> <artifactId>asm-commons</artifactId>
<version>4.1</version> <version>5.0.1</version>
</dependency> </dependency>
<dependency> <dependency>