mirror of
https://github.com/songoda/SongodaCore.git
synced 2024-11-23 10:35:18 +01:00
Fix asm version again
This commit is contained in:
parent
2f1f814d43
commit
d4de86f6a5
18
Core/pom.xml
18
Core/pom.xml
@ -94,9 +94,8 @@
|
||||
|
||||
<include>me.lucko:jar-relocator</include>
|
||||
<include>com.github.GeorgeV220:LibraryLoader</include>
|
||||
<include>com.github.consulo:objectweb-asm</include>
|
||||
<include>com.github.consulo.objectweb-asm:asm</include>
|
||||
<include>com.github.consulo.objectweb-asm:asm-commons</include>
|
||||
<include>org.ow2.asm:asm</include>
|
||||
<include>org.ow2.asm:asm-commons</include>
|
||||
</includes>
|
||||
</artifactSet>
|
||||
|
||||
@ -254,9 +253,16 @@
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.github.consulo</groupId>
|
||||
<artifactId>objectweb-asm</artifactId>
|
||||
<version>ASM_6_2</version>
|
||||
<groupId>org.ow2.asm</groupId>
|
||||
<artifactId>asm</artifactId>
|
||||
<version>9.2</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.ow2.asm</groupId>
|
||||
<artifactId>asm-commons</artifactId>
|
||||
<version>9.2</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user