Upgrade ASM to 6.1.1 to allow Java 9 and 10 plugins to load

This commit is contained in:
Foorack 2018-05-22 22:07:25 -05:00
parent 0a3f646a94
commit bd9e73a2c6

View file

@ -6,7 +6,7 @@ Subject: [PATCH] Use ASM for event executors.
Uses method handles for private or static methods.
diff --git a/pom.xml b/pom.xml
index c6bdf44e..31b6f51b 100644
index 8d4032e2..21a4a8be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -0,0 +0,0 @@
@ -16,8 +16,13 @@ index c6bdf44e..31b6f51b 100644
+ <!-- ASM -->
+ <dependency>
+ <groupId>org.ow2.asm</groupId>
+ <artifactId>asm-all</artifactId>
+ <version>5.0.4</version>
+ <artifactId>asm</artifactId>
+ <version>6.1.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.ow2.asm</groupId>
+ <artifactId>asm-commons</artifactId>
+ <version>6.1.1</version>
+ </dependency>
</dependencies>