Updated to asm 5.1.
This commit is contained in:
Jan Bartel 2016-06-15 18:19:42 +10:00
parent e607acfa4e
commit 5093df33dc
1 changed files with 2 additions and 2 deletions

View File

@ -807,12 +807,12 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>5.0.1</version>
<version>5.1</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-commons</artifactId>
<version>5.0.1</version>
<version>5.1</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.orbit</groupId>