Remove the unnecessary JADX libs

This commit is contained in:
Konloch 2021-06-21 12:53:52 -07:00
parent b4d4de7d15
commit 57a3aaf608
6 changed files with 2 additions and 30 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

30
pom.xml
View file

@ -3,7 +3,7 @@
<groupId>the.bytecode.club</groupId>
<artifactId>bytecodeviewer</artifactId>
<version>2.10.11</version>
<version>2.10.12</version>
<properties>
<java.version>8</java.version>
@ -224,34 +224,6 @@
<scope>system</scope>
<systemPath>${project.basedir}/libs/jadx/d2jar-lib-obf.jar</systemPath>
</dependency>
<dependency>
<groupId>org.intellij</groupId>
<artifactId>Annotations</artifactId>
<version>17.0.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/libs/jadx/annotations-17.0.0.jar</systemPath>
</dependency>
<dependency>
<groupId>com.rits</groupId>
<artifactId>Cloning</artifactId>
<version>1.9.12</version>
<scope>system</scope>
<systemPath>${project.basedir}/libs/jadx/cloning-1.9.12.jar</systemPath>
</dependency>
<dependency>
<groupId>org.objenesis</groupId>
<artifactId>Objenesis</artifactId>
<version>3.0.1</version>
<scope>system</scope>
<systemPath>${project.basedir}/libs/jadx/objenesis-3.0.1.jar</systemPath>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j</artifactId>
<version>1.7.26</version>
<scope>system</scope>
<systemPath>${project.basedir}/libs/jadx/slf4j-api-1.7.26.jar</systemPath>
</dependency>
</dependencies>
<build>

View file

@ -16,7 +16,7 @@ import java.util.List;
public class Constants
{
/*per version*/
public static final String VERSION = "2.10.11"; //could be loaded from the pom
public static final String VERSION = "2.10.12"; //could be loaded from the pom
public static String krakatauVersion = "12";
public static String enjarifyVersion = "4";
public static final boolean BLOCK_TAB_MENU = true;