2021-03-30 20:01:41 +00:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
2021-06-21 09:58:03 +00:00
|
|
|
<groupId>the.bytecode.club</groupId>
|
2021-07-21 22:57:02 +00:00
|
|
|
<artifactId>Bytecode-Viewer</artifactId>
|
2022-04-11 21:02:23 +00:00
|
|
|
<version>2.11.2</version>
|
2021-03-30 20:01:41 +00:00
|
|
|
|
2021-03-31 09:48:14 +00:00
|
|
|
<properties>
|
2021-08-27 08:30:39 +00:00
|
|
|
<!-- Project settings -->
|
2021-06-22 18:54:37 +00:00
|
|
|
<java.version>1.8</java.version>
|
2021-03-31 09:48:14 +00:00
|
|
|
<maven.compiler.target>${java.version}</maven.compiler.target>
|
|
|
|
<maven.compiler.source>${java.version}</maven.compiler.source>
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
2021-08-27 08:30:39 +00:00
|
|
|
|
|
|
|
<!-- Dependency versions -->
|
2022-12-14 05:03:14 +00:00
|
|
|
<annotations.version>23.1.0</annotations.version>
|
2021-11-17 18:16:01 +00:00
|
|
|
<antlr4.version>4.9.3</antlr4.version>
|
2022-12-10 07:19:51 +00:00
|
|
|
<apktool.version>2.7.0</apktool.version>
|
2022-09-26 15:22:09 +00:00
|
|
|
<asm.version>9.4</asm.version>
|
2021-09-03 20:43:10 +00:00
|
|
|
<bined.version>0.2.0</bined.version>
|
2021-09-22 20:22:30 +00:00
|
|
|
<byteanalysis.version>1.0bcv</byteanalysis.version>
|
2021-12-13 14:42:26 +00:00
|
|
|
<cfr.version>0.152</cfr.version>
|
2021-08-27 08:30:39 +00:00
|
|
|
<cloning.version>1.9.12</cloning.version>
|
2021-11-17 18:16:01 +00:00
|
|
|
<commons-cli.version>1.5.0</commons-cli.version>
|
2021-08-27 08:30:39 +00:00
|
|
|
<commons-codec.version>1.15</commons-codec.version>
|
2022-12-10 07:19:51 +00:00
|
|
|
<commons-compiler.version>3.1.9</commons-compiler.version>
|
2021-08-27 08:30:39 +00:00
|
|
|
<commons-compress.version>1.21</commons-compress.version>
|
|
|
|
<commons-io.version>2.11.0</commons-io.version>
|
|
|
|
<commons-lang3.version>3.12.0</commons-lang3.version>
|
2022-09-26 15:22:09 +00:00
|
|
|
<commons-text.version>1.10.0</commons-text.version>
|
|
|
|
<darklaf.version>3.0.2</darklaf.version>
|
2022-04-20 22:09:52 +00:00
|
|
|
<darklaf-extensions-rsta.version>0.4.1</darklaf-extensions-rsta.version>
|
2022-12-10 07:19:51 +00:00
|
|
|
<decompiler-fernflower.version>6.1.0.Final</decompiler-fernflower.version>
|
2022-09-26 15:22:09 +00:00
|
|
|
<dex2jar.version>v56</dex2jar.version>
|
2022-07-11 20:39:36 +00:00
|
|
|
<fernflower.version>e0d44f4</fernflower.version>
|
2022-12-10 07:19:51 +00:00
|
|
|
<gson.version>2.10</gson.version>
|
2022-03-07 16:08:54 +00:00
|
|
|
<guava.version>31.1-jre</guava.version>
|
2021-08-27 08:30:39 +00:00
|
|
|
<imgscalr-lib.version>4.2</imgscalr-lib.version>
|
2022-12-10 07:19:51 +00:00
|
|
|
<jadx.version>1.4.5</jadx.version>
|
2021-08-27 08:30:39 +00:00
|
|
|
<jd-gui.version>1.6.6bcv</jd-gui.version>
|
|
|
|
<jgraphx.version>3.4.1.3</jgraphx.version>
|
2021-09-22 20:22:30 +00:00
|
|
|
<js.version>21.2.0</js.version>
|
2022-07-11 20:39:36 +00:00
|
|
|
<objenesis.version>3.3</objenesis.version>
|
2021-09-22 20:22:30 +00:00
|
|
|
<paged-data.version>0.2.0</paged-data.version>
|
2022-02-25 14:52:21 +00:00
|
|
|
<procyon.version>0.6.0</procyon.version>
|
2022-09-26 15:22:09 +00:00
|
|
|
<rsyntaxtextarea.version>3.3.0</rsyntaxtextarea.version>
|
2021-09-22 20:22:30 +00:00
|
|
|
<semantic-version.version>2.1.1</semantic-version.version>
|
2022-12-10 07:19:51 +00:00
|
|
|
<slf4j.version>2.0.5</slf4j.version>
|
2021-08-27 08:30:39 +00:00
|
|
|
<smali.version>2.5.2</smali.version>
|
2022-09-26 15:22:09 +00:00
|
|
|
<snakeyaml.version>1.33</snakeyaml.version>
|
2021-08-27 08:30:39 +00:00
|
|
|
<treelayout.version>1.0.3</treelayout.version>
|
2021-09-22 20:22:30 +00:00
|
|
|
<webp-imageio.version>0.2.2</webp-imageio.version>
|
|
|
|
<xpp3.version>1.1.4c</xpp3.version>
|
2021-03-31 09:48:14 +00:00
|
|
|
</properties>
|
|
|
|
|
2021-04-12 23:18:44 +00:00
|
|
|
<repositories>
|
2021-08-21 10:42:31 +00:00
|
|
|
<repository>
|
|
|
|
<id>google</id>
|
|
|
|
<url>https://maven.google.com/</url>
|
|
|
|
</repository>
|
2021-06-22 19:08:44 +00:00
|
|
|
<repository>
|
|
|
|
<id>local-maven-repo</id>
|
|
|
|
<url>file:///${project.basedir}/libs</url>
|
|
|
|
</repository>
|
2021-07-15 11:02:46 +00:00
|
|
|
<repository>
|
|
|
|
<id>jitpack.io</id>
|
|
|
|
<url>https://jitpack.io</url>
|
|
|
|
</repository>
|
2022-04-25 21:45:37 +00:00
|
|
|
<repository>
|
|
|
|
<id>sonatype-snapshots</id>
|
|
|
|
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
|
|
|
|
</repository>
|
2021-04-12 23:18:44 +00:00
|
|
|
</repositories>
|
|
|
|
|
2021-03-30 20:01:41 +00:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.jetbrains</groupId>
|
|
|
|
<artifactId>annotations</artifactId>
|
2021-08-27 08:30:39 +00:00
|
|
|
<version>${annotations.version}</version>
|
2021-03-30 20:01:41 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2021-04-14 10:53:17 +00:00
|
|
|
<groupId>org.apktool</groupId>
|
2021-09-16 11:54:34 +00:00
|
|
|
<artifactId>apktool-cli</artifactId>
|
|
|
|
<version>${apktool.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apktool</groupId>
|
|
|
|
<artifactId>apktool-lib</artifactId>
|
2021-08-27 08:30:39 +00:00
|
|
|
<version>${apktool.version}</version>
|
2021-09-16 12:14:13 +00:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.yaml</groupId>
|
|
|
|
<artifactId>snakeyaml</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2021-03-30 20:01:41 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.ow2.asm</groupId>
|
|
|
|
<artifactId>asm</artifactId>
|
2021-08-27 08:30:39 +00:00
|
|
|
<version>${asm.version}</version>
|
2021-03-30 20:01:41 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.ow2.asm</groupId>
|
|
|
|
<artifactId>asm-analysis</artifactId>
|
2021-08-27 08:30:39 +00:00
|
|
|
<version>${asm.version}</version>
|
2021-03-30 20:01:41 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.ow2.asm</groupId>
|
|
|
|
<artifactId>asm-commons</artifactId>
|
2021-08-27 08:30:39 +00:00
|
|
|
<version>${asm.version}</version>
|
2021-03-30 20:01:41 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.ow2.asm</groupId>
|
|
|
|
<artifactId>asm-tree</artifactId>
|
2021-08-27 08:30:39 +00:00
|
|
|
<version>${asm.version}</version>
|
2021-03-30 20:01:41 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.ow2.asm</groupId>
|
|
|
|
<artifactId>asm-util</artifactId>
|
2021-08-27 08:30:39 +00:00
|
|
|
<version>${asm.version}</version>
|
2021-03-30 20:01:41 +00:00
|
|
|
</dependency>
|
2021-09-03 20:43:10 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.exbin.bined</groupId>
|
|
|
|
<artifactId>bined-core</artifactId>
|
|
|
|
<version>${bined.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.exbin.bined</groupId>
|
|
|
|
<artifactId>bined-swing</artifactId>
|
|
|
|
<version>${bined.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.exbin.bined</groupId>
|
|
|
|
<artifactId>bined-highlight-swing</artifactId>
|
|
|
|
<version>${bined.version}</version>
|
|
|
|
</dependency>
|
2021-03-30 20:01:41 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.benf</groupId>
|
|
|
|
<artifactId>cfr</artifactId>
|
2021-08-27 08:30:39 +00:00
|
|
|
<version>${cfr.version}</version>
|
2021-03-30 20:01:41 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>uk.com.robust-it</groupId>
|
|
|
|
<artifactId>cloning</artifactId>
|
2021-08-27 08:30:39 +00:00
|
|
|
<version>${cloning.version}</version>
|
2021-03-30 20:01:41 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-cli</groupId>
|
|
|
|
<artifactId>commons-cli</artifactId>
|
2021-08-27 08:30:39 +00:00
|
|
|
<version>${commons-cli.version}</version>
|
2021-03-30 20:01:41 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-codec</groupId>
|
|
|
|
<artifactId>commons-codec</artifactId>
|
2021-08-27 08:30:39 +00:00
|
|
|
<version>${commons-codec.version}</version>
|
2021-03-30 20:01:41 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.janino</groupId>
|
|
|
|
<artifactId>commons-compiler</artifactId>
|
2021-08-27 08:30:39 +00:00
|
|
|
<version>${commons-compiler.version}</version>
|
2021-03-30 20:01:41 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-compress</artifactId>
|
2021-08-27 08:30:39 +00:00
|
|
|
<version>${commons-compress.version}</version>
|
2021-03-30 20:01:41 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-io</groupId>
|
|
|
|
<artifactId>commons-io</artifactId>
|
2021-08-27 08:30:39 +00:00
|
|
|
<version>${commons-io.version}</version>
|
2021-03-30 20:01:41 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-lang3</artifactId>
|
2021-08-27 08:30:39 +00:00
|
|
|
<version>${commons-lang3.version}</version>
|
2021-03-30 20:01:41 +00:00
|
|
|
</dependency>
|
2021-04-12 22:31:22 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-text</artifactId>
|
2021-08-27 08:30:39 +00:00
|
|
|
<version>${commons-text.version}</version>
|
2021-04-12 22:31:22 +00:00
|
|
|
</dependency>
|
2021-03-30 20:01:41 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.jboss.windup.decompiler</groupId>
|
|
|
|
<artifactId>decompiler-fernflower</artifactId>
|
2021-08-27 08:30:39 +00:00
|
|
|
<version>${decompiler-fernflower.version}</version>
|
2021-08-21 10:56:13 +00:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.jboss.windup.decompiler.fernflower</groupId>
|
|
|
|
<artifactId>windup-fernflower</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.github.ThexXTURBOXx</groupId>
|
|
|
|
<artifactId>fernflower</artifactId>
|
2021-08-27 08:30:39 +00:00
|
|
|
<version>${fernflower.version}</version>
|
2021-03-30 20:01:41 +00:00
|
|
|
</dependency>
|
2021-04-14 10:53:17 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.guava</groupId>
|
|
|
|
<artifactId>guava</artifactId>
|
2021-08-27 08:30:39 +00:00
|
|
|
<version>${guava.version}</version>
|
2021-04-14 10:53:17 +00:00
|
|
|
</dependency>
|
2021-03-30 20:01:41 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.code.gson</groupId>
|
|
|
|
<artifactId>gson</artifactId>
|
2021-08-27 08:30:39 +00:00
|
|
|
<version>${gson.version}</version>
|
2021-03-30 20:01:41 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.imgscalr</groupId>
|
|
|
|
<artifactId>imgscalr-lib</artifactId>
|
2021-08-27 08:30:39 +00:00
|
|
|
<version>${imgscalr-lib.version}</version>
|
2021-03-30 20:01:41 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.janino</groupId>
|
|
|
|
<artifactId>janino</artifactId>
|
2022-04-20 22:09:52 +00:00
|
|
|
<version>${commons-compiler.version}</version>
|
2021-03-30 20:01:41 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2021-08-10 09:12:48 +00:00
|
|
|
<groupId>org.jd</groupId>
|
2021-03-30 20:01:41 +00:00
|
|
|
<artifactId>jd-gui</artifactId>
|
2021-08-27 08:30:39 +00:00
|
|
|
<version>${jd-gui.version}</version>
|
2021-06-21 05:50:28 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>eu.bibl.banalysis</groupId>
|
|
|
|
<artifactId>byteanalysis</artifactId>
|
2021-08-27 08:30:39 +00:00
|
|
|
<version>${byteanalysis.version}</version>
|
2021-03-30 20:01:41 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.tinyjee.jgraphx</groupId>
|
|
|
|
<artifactId>jgraphx</artifactId>
|
2021-08-27 08:30:39 +00:00
|
|
|
<version>${jgraphx.version}</version>
|
2021-03-30 20:01:41 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.objenesis</groupId>
|
|
|
|
<artifactId>objenesis</artifactId>
|
2021-08-27 08:30:39 +00:00
|
|
|
<version>${objenesis.version}</version>
|
2021-03-30 20:01:41 +00:00
|
|
|
</dependency>
|
2021-09-03 20:43:10 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.exbin.auxiliary</groupId>
|
|
|
|
<artifactId>paged_data</artifactId>
|
2021-09-22 20:22:30 +00:00
|
|
|
<version>${paged-data.version}</version>
|
2021-09-03 20:43:10 +00:00
|
|
|
</dependency>
|
2021-03-30 20:01:41 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.bitbucket.mstrobel</groupId>
|
|
|
|
<artifactId>procyon-core</artifactId>
|
2021-08-27 08:30:39 +00:00
|
|
|
<version>${procyon.version}</version>
|
2021-03-30 20:01:41 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.bitbucket.mstrobel</groupId>
|
|
|
|
<artifactId>procyon-expressions</artifactId>
|
2021-08-27 08:30:39 +00:00
|
|
|
<version>${procyon.version}</version>
|
2021-03-30 20:01:41 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.bitbucket.mstrobel</groupId>
|
|
|
|
<artifactId>procyon-reflection</artifactId>
|
2021-08-27 08:30:39 +00:00
|
|
|
<version>${procyon.version}</version>
|
2021-03-30 20:01:41 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.bitbucket.mstrobel</groupId>
|
|
|
|
<artifactId>procyon-compilertools</artifactId>
|
2021-08-27 08:30:39 +00:00
|
|
|
<version>${procyon.version}</version>
|
2021-03-30 20:01:41 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.fifesoft</groupId>
|
|
|
|
<artifactId>rsyntaxtextarea</artifactId>
|
2021-08-27 08:30:39 +00:00
|
|
|
<version>${rsyntaxtextarea.version}</version>
|
2021-03-30 20:01:41 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
2021-08-27 08:30:39 +00:00
|
|
|
<version>${slf4j.version}</version>
|
2021-03-30 20:01:41 +00:00
|
|
|
</dependency>
|
2021-04-14 10:53:17 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.smali</groupId>
|
|
|
|
<artifactId>smali</artifactId>
|
2021-08-27 08:30:39 +00:00
|
|
|
<version>${smali.version}</version>
|
2021-04-14 10:53:17 +00:00
|
|
|
</dependency>
|
2021-06-22 15:48:06 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.smali</groupId>
|
|
|
|
<artifactId>baksmali</artifactId>
|
2021-08-27 08:30:39 +00:00
|
|
|
<version>${smali.version}</version>
|
2021-06-22 15:48:06 +00:00
|
|
|
</dependency>
|
2021-04-14 10:53:17 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.yaml</groupId>
|
|
|
|
<artifactId>snakeyaml</artifactId>
|
2021-08-27 08:30:39 +00:00
|
|
|
<version>${snakeyaml.version}</version>
|
2021-04-14 10:53:17 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>xpp3</groupId>
|
|
|
|
<artifactId>xpp3</artifactId>
|
2021-08-27 08:30:39 +00:00
|
|
|
<version>${xpp3.version}</version>
|
2021-04-14 10:53:17 +00:00
|
|
|
</dependency>
|
2021-06-21 17:01:19 +00:00
|
|
|
<dependency>
|
2021-12-19 21:05:31 +00:00
|
|
|
<groupId>io.github.skylot</groupId>
|
2021-08-21 10:42:31 +00:00
|
|
|
<artifactId>jadx-core</artifactId>
|
2021-08-27 08:30:39 +00:00
|
|
|
<version>${jadx.version}</version>
|
2021-08-21 10:42:31 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2021-12-19 21:05:31 +00:00
|
|
|
<groupId>io.github.skylot</groupId>
|
2021-08-21 10:42:31 +00:00
|
|
|
<artifactId>jadx-java-convert</artifactId>
|
2021-08-27 08:30:39 +00:00
|
|
|
<version>${jadx.version}</version>
|
2021-12-19 21:10:52 +00:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>com.android.tools</groupId>
|
|
|
|
<artifactId>r8</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>com.jakewharton.android.repackaged</groupId>
|
|
|
|
<artifactId>dalvik-dx</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2021-08-21 10:42:31 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2021-12-19 21:05:31 +00:00
|
|
|
<groupId>io.github.skylot</groupId>
|
2021-08-21 10:42:31 +00:00
|
|
|
<artifactId>jadx-dex-input</artifactId>
|
2021-08-27 08:30:39 +00:00
|
|
|
<version>${jadx.version}</version>
|
2021-06-21 17:01:19 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2021-12-19 21:05:31 +00:00
|
|
|
<groupId>io.github.skylot</groupId>
|
2021-08-21 10:42:31 +00:00
|
|
|
<artifactId>jadx-smali-input</artifactId>
|
2021-08-27 08:30:39 +00:00
|
|
|
<version>${jadx.version}</version>
|
2021-06-21 17:01:19 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2021-08-21 10:42:31 +00:00
|
|
|
<groupId>com.github.ThexXTURBOXx</groupId>
|
|
|
|
<artifactId>dex2jar</artifactId>
|
2021-08-27 08:30:39 +00:00
|
|
|
<version>${dex2jar.version}</version>
|
2021-06-21 17:01:19 +00:00
|
|
|
</dependency>
|
2021-06-29 00:05:18 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.github.weisj</groupId>
|
2021-08-01 09:51:15 +00:00
|
|
|
<artifactId>darklaf-core</artifactId>
|
2021-08-27 08:30:39 +00:00
|
|
|
<version>${darklaf.version}</version>
|
2021-07-20 15:45:40 +00:00
|
|
|
</dependency>
|
2021-07-13 10:44:03 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.github.weisj</groupId>
|
2021-07-13 12:47:13 +00:00
|
|
|
<artifactId>darklaf-extensions-rsyntaxarea</artifactId>
|
2021-08-27 08:30:39 +00:00
|
|
|
<version>${darklaf-extensions-rsta.version}</version>
|
2021-07-13 10:44:03 +00:00
|
|
|
</dependency>
|
2021-07-21 10:41:37 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.github.gotson</groupId>
|
|
|
|
<artifactId>webp-imageio</artifactId>
|
2021-08-27 08:30:39 +00:00
|
|
|
<version>${webp-imageio.version}</version>
|
2021-07-21 10:41:37 +00:00
|
|
|
</dependency>
|
2021-07-21 17:47:56 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>de.skuzzle</groupId>
|
|
|
|
<artifactId>semantic-version</artifactId>
|
2021-08-27 08:30:39 +00:00
|
|
|
<version>${semantic-version.version}</version>
|
2021-07-21 17:47:56 +00:00
|
|
|
</dependency>
|
2021-08-10 09:12:48 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.abego.treelayout</groupId>
|
|
|
|
<artifactId>org.abego.treelayout.core</artifactId>
|
2021-08-27 08:30:39 +00:00
|
|
|
<version>${treelayout.version}</version>
|
2021-08-10 09:12:48 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.antlr</groupId>
|
|
|
|
<artifactId>antlr4</artifactId>
|
2021-08-27 08:30:39 +00:00
|
|
|
<version>${antlr4.version}</version>
|
2021-08-10 09:26:58 +00:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>com.ibm.icu</groupId>
|
|
|
|
<artifactId>icu4j</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2021-08-10 09:12:48 +00:00
|
|
|
</dependency>
|
2021-07-21 13:29:51 +00:00
|
|
|
|
|
|
|
<!-- TODO Re-add for Graal.JS support -->
|
|
|
|
<!--<dependency>
|
2021-07-21 13:05:09 +00:00
|
|
|
<groupId>org.graalvm.js</groupId>
|
|
|
|
<artifactId>js</artifactId>
|
2021-08-27 08:30:39 +00:00
|
|
|
<version>${js.version}</version>
|
2021-07-21 13:05:09 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.graalvm.js</groupId>
|
|
|
|
<artifactId>js-scriptengine</artifactId>
|
2021-08-27 08:30:39 +00:00
|
|
|
<version>${js.version}</version>
|
2021-07-21 13:29:51 +00:00
|
|
|
</dependency>-->
|
2021-03-30 20:01:41 +00:00
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
2022-07-11 20:39:36 +00:00
|
|
|
<version>3.10.1</version>
|
2021-03-30 20:01:41 +00:00
|
|
|
<configuration>
|
2022-01-07 19:15:39 +00:00
|
|
|
<source>${maven.compiler.source}</source>
|
|
|
|
<target>${maven.compiler.target}</target>
|
2021-09-16 11:55:56 +00:00
|
|
|
<showDeprecation>true</showDeprecation>
|
2021-03-30 20:01:41 +00:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
2022-07-11 20:39:36 +00:00
|
|
|
<version>3.4.0</version>
|
2021-03-30 20:01:41 +00:00
|
|
|
<configuration>
|
2022-01-07 19:15:39 +00:00
|
|
|
<source>${maven.compiler.source}</source>
|
2021-03-30 20:01:41 +00:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-shade-plugin</artifactId>
|
2022-05-27 11:29:07 +00:00
|
|
|
<version>3.3.0</version>
|
2021-03-30 20:01:41 +00:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<phase>package</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>shade</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
<configuration>
|
|
|
|
<filters>
|
|
|
|
<filter>
|
|
|
|
<artifact>*:*</artifact>
|
|
|
|
<excludes>
|
2022-04-11 18:45:34 +00:00
|
|
|
<exclude>**/module-info.class</exclude>
|
2021-03-30 20:01:41 +00:00
|
|
|
<exclude>META-INF/*.SF</exclude>
|
|
|
|
<exclude>META-INF/*.DSA</exclude>
|
|
|
|
<exclude>META-INF/*.RSA</exclude>
|
2021-07-20 15:35:27 +00:00
|
|
|
<exclude>META-INF/*LICENSE*</exclude>
|
|
|
|
<exclude>META-INF/*NOTICE*</exclude>
|
|
|
|
<exclude>META-INF/MANIFEST.MF</exclude>
|
2021-03-30 20:01:41 +00:00
|
|
|
</excludes>
|
|
|
|
</filter>
|
2022-09-26 15:22:09 +00:00
|
|
|
<!-- Ignore all ASM-related files from d2j-external but MCTLE fix -->
|
|
|
|
<filter>
|
|
|
|
<artifact>com.github.ThexXTURBOXx.dex2jar:d2j-external</artifact>
|
|
|
|
<excludeDefaults>true</excludeDefaults>
|
|
|
|
<includes>
|
|
|
|
<include>com/android/**</include>
|
|
|
|
<include>api_database/**</include>
|
|
|
|
<include>META-INF/services/**</include>
|
|
|
|
<include>LICENSE</include>
|
|
|
|
<include>r8-version.properties</include>
|
|
|
|
<include>org/objectweb/asm/MethodWriter.class</include>
|
|
|
|
</includes>
|
|
|
|
</filter>
|
|
|
|
<!-- Ignore original MethodWriter for MCTLE fix above -->
|
|
|
|
<filter>
|
|
|
|
<artifact>org.ow2.asm:asm</artifact>
|
|
|
|
<excludes>
|
|
|
|
<exclude>org/objectweb/asm/MethodWriter.class</exclude>
|
|
|
|
</excludes>
|
|
|
|
</filter>
|
2021-03-30 20:01:41 +00:00
|
|
|
</filters>
|
2021-07-20 15:35:27 +00:00
|
|
|
<transformers>
|
|
|
|
<transformer
|
|
|
|
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
|
|
|
|
<mainClass>the.bytecode.club.bytecodeviewer.BytecodeViewer</mainClass>
|
|
|
|
<manifestEntries>
|
2021-07-20 15:39:04 +00:00
|
|
|
<Implementation-Version>${project.version}</Implementation-Version>
|
2021-08-27 09:39:47 +00:00
|
|
|
<X-Compile-Source-JDK>${maven.compiler.source}</X-Compile-Source-JDK>
|
|
|
|
<X-Compile-Target-JDK>${maven.compiler.target}</X-Compile-Target-JDK>
|
2021-07-20 15:35:27 +00:00
|
|
|
</manifestEntries>
|
|
|
|
</transformer>
|
2021-08-27 08:13:49 +00:00
|
|
|
<transformer
|
|
|
|
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
|
2021-07-20 15:35:27 +00:00
|
|
|
</transformers>
|
2021-03-30 20:01:41 +00:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
|
2021-08-11 20:40:30 +00:00
|
|
|
</project>
|