aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2021-04-09 14:00:57 +0700
committerAlexander Kriegisch <Alexander@Kriegisch.name>2021-04-09 14:00:57 +0700
commitb6779de5d76af4cf89de19943324b592bb067c2d (patch)
tree02956d3746f77edc210a6891ddcd82cef8120002 /pom.xml
parentfe91fe26245d1f20b9ee1b4bb163969a89993a3f (diff)
downloadaspectj-b6779de5d76af4cf89de19943324b592bb067c2d.tar.gz
aspectj-b6779de5d76af4cf89de19943324b592bb067c2d.zip
Module 'asm-renamed' now deploys to GitHub Packages
This means that instead of a system-scoped dependency we now have a regular one. The 'libx' module also downloads binary and source JARs redundantly into the libraries directory in order to be found there by other scripts and tests. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 09acc2be6..ade7b903d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,6 +72,7 @@
<!-- FYI: These are NOT meant to be sub-modules but a stand-alone projects built and deployed independently. -->
<!--
+ <module>asm-renamed</module>
<module>libx</module>
-->
@@ -233,6 +234,7 @@
<files>
<file>${lib.directory}/ant/bin/ant</file>
<file>${lib.directory}/ant/lib/junit.jar</file>
+ <file>${lib.directory}/asm/asm-${asm.version}.renamed.jar</file>
<file>${lib.directory}/commons/commons.jar</file>
<file>${lib.directory}/jarjar/jarjar-1.3.jar</file>
<file>${lib.directory}/jdtcore-aj/jdtcore-for-aspectj.jar</file>
@@ -272,6 +274,11 @@
<artifactId>commons-beanutils</artifactId>
<version>${lib.commons.beanutils.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.aspectj</groupId>
+ <artifactId>asm-renamed</artifactId>
+ <version>${asm.version}</version>
+ </dependency>
</dependencies>
</dependencyManagement>