|
|
@ -14,7 +14,6 @@ |
|
|
|
<module>decompiler</module> |
|
|
|
<module>decompiler</module> |
|
|
|
<module>deob</module> |
|
|
|
<module>deob</module> |
|
|
|
<module>deob-annotations</module> |
|
|
|
<module>deob-annotations</module> |
|
|
|
<module>fernflower</module> |
|
|
|
|
|
|
|
<module>game</module> |
|
|
|
<module>game</module> |
|
|
|
<module>gl-natives</module> |
|
|
|
<module>gl-natives</module> |
|
|
|
<module>util</module> |
|
|
|
<module>util</module> |
|
|
@ -51,6 +50,11 @@ |
|
|
|
<artifactId>asm</artifactId> |
|
|
|
<artifactId>asm</artifactId> |
|
|
|
<version>7.1</version> |
|
|
|
<version>7.1</version> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>dev.openrs2</groupId> |
|
|
|
|
|
|
|
<artifactId>fernflower</artifactId> |
|
|
|
|
|
|
|
<version>1.0.0-SNAPSHOT</version> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.ow2.asm</groupId> |
|
|
|
<groupId>org.ow2.asm</groupId> |
|
|
|
<artifactId>asm-commons</artifactId> |
|
|
|
<artifactId>asm-commons</artifactId> |
|
|
@ -71,24 +75,12 @@ |
|
|
|
<artifactId>slf4j-api</artifactId> |
|
|
|
<artifactId>slf4j-api</artifactId> |
|
|
|
<version>1.7.26</version> |
|
|
|
<version>1.7.26</version> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.assertj</groupId> |
|
|
|
|
|
|
|
<artifactId>assertj-core</artifactId> |
|
|
|
|
|
|
|
<version>3.13.1</version> |
|
|
|
|
|
|
|
<scope>test</scope> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.junit.jupiter</groupId> |
|
|
|
<groupId>org.junit.jupiter</groupId> |
|
|
|
<artifactId>junit-jupiter</artifactId> |
|
|
|
<artifactId>junit-jupiter</artifactId> |
|
|
|
<version>5.5.1</version> |
|
|
|
<version>5.5.1</version> |
|
|
|
<scope>test</scope> |
|
|
|
<scope>test</scope> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>junit</groupId> |
|
|
|
|
|
|
|
<artifactId>junit</artifactId> |
|
|
|
|
|
|
|
<version>4.12</version> |
|
|
|
|
|
|
|
<scope>test</scope> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
</dependencies> |
|
|
|
</dependencies> |
|
|
|
</dependencyManagement> |
|
|
|
</dependencyManagement> |
|
|
|
|
|
|
|
|
|
|
|