Switch to ASM 5 in order to support build under JDK 8

This commit is contained in:
konsoletyper 2014-10-18 14:11:04 +04:00
parent ff469f4cc4
commit 991ca3e4a5

View File

@ -120,7 +120,7 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-debug-all</artifactId>
<version>4.2</version>
<version>5.0.3</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
@ -192,6 +192,7 @@
</executions>
<configuration>
<show>protected</show>
<failOnError>false</failOnError>
</configuration>
</plugin>
<plugin>