diff --git a/Core/pom.xml b/Core/pom.xml index 110c87b6..87d97256 100644 --- a/Core/pom.xml +++ b/Core/pom.xml @@ -94,9 +94,8 @@ me.lucko:jar-relocator com.github.GeorgeV220:LibraryLoader - com.github.consulo:objectweb-asm - com.github.consulo.objectweb-asm:asm - com.github.consulo.objectweb-asm:asm-commons + org.ow2.asm:asm + org.ow2.asm:asm-commons @@ -254,9 +253,16 @@ - com.github.consulo - objectweb-asm - ASM_6_2 + org.ow2.asm + asm + 9.2 + compile + + + + org.ow2.asm + asm-commons + 9.2 compile