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 /ajdoc | |
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 'ajdoc')
-rw-r--r-- | ajdoc/pom.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ajdoc/pom.xml b/ajdoc/pom.xml index 3b1b64f5d..f7ae7ab00 100644 --- a/ajdoc/pom.xml +++ b/ajdoc/pom.xml @@ -40,13 +40,6 @@ <artifactId>maven-jdk-tools-wrapper</artifactId> <version>0.1</version> </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> - </dependency> <!-- Dependencies needed for running tests in this module independently of complete reactor build --> <dependency> |