diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-04-09 14:00:57 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-04-09 14:00:57 +0700 |
commit | b6779de5d76af4cf89de19943324b592bb067c2d (patch) | |
tree | 02956d3746f77edc210a6891ddcd82cef8120002 /weaver | |
parent | fe91fe26245d1f20b9ee1b4bb163969a89993a3f (diff) | |
download | aspectj-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 'weaver')
-rw-r--r-- | weaver/pom.xml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/weaver/pom.xml b/weaver/pom.xml index 2973f7504..6bf419ab8 100644 --- a/weaver/pom.xml +++ b/weaver/pom.xml @@ -66,11 +66,8 @@ </dependency> --> <dependency> - <groupId>asm</groupId> - <artifactId>asm</artifactId> - <version>1.0</version> - <scope>system</scope> - <systemPath>${project.basedir}/../lib/asm/asm-9.1.renamed.jar</systemPath> + <groupId>org.aspectj</groupId> + <artifactId>asm-renamed</artifactId> </dependency> </dependencies> </project> |