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