Skip to content

Commit

Permalink
Fix asm dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ceze88 committed Jan 12, 2024
1 parent cd3acd8 commit 3f62b36
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@

<include>me.lucko:jar-relocator</include>
<include>com.github.GeorgeV220:LibraryLoader</include>
<include>org.ow2.asm:asm</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>
</includes>
</artifactSet>

Expand Down Expand Up @@ -252,9 +254,9 @@
</dependency>

<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>9.6</version>
<groupId>com.github.consulo</groupId>
<artifactId>objectweb-asm</artifactId>
<version>ASM_6_2</version>
<scope>compile</scope>
</dependency>

Expand Down

0 comments on commit 3f62b36

Please sign in to comment.