Skip to content

Commit

Permalink
we can now use stable releases of libs
Browse files Browse the repository at this point in the history
  • Loading branch information
EpicPlayerA10 committed Oct 21, 2024
1 parent ff2d17a commit 01f1de7
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions deobfuscator-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,11 @@
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!--
We need to use a snapshot version of asm lib as there are some recent important changes to it
that are not in a release version yet:
- https://gitlab.ow2.org/asm/asm/-/merge_requests/414
- https://gitlab.ow2.org/asm/asm/-/merge_requests/415
- https://gitlab.ow2.org/asm/asm/-/merge_requests/416
-->
<asm.version>9.8-SNAPSHOT</asm.version>
<asm.version>9.7.1</asm.version>

<log4j.version>2.23.1</log4j.version>
<slf4j.version>2.0.13</slf4j.version>
<cafedude.version>83ea274ff8</cafedude.version>
<cafedude.version>2.1.2</cafedude.version>
<ssvm.version>ca3c3ab713</ssvm.version>
<jlinker.version>205d8eaa1f</jlinker.version>
</properties>
Expand All @@ -37,10 +30,6 @@
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<repository>
<id>ow2-repo</id>
<url>https://repository.ow2.org/nexus/content/repositories/snapshots</url>
</repository>
</repositories>

<dependencies>
Expand Down

0 comments on commit 01f1de7

Please sign in to comment.