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 /tests | |
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 'tests')
-rw-r--r-- | tests/pom.xml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/tests/pom.xml b/tests/pom.xml index 11f91a216..0f766d006 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -50,11 +50,8 @@ <version>${project.version}</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> + <groupId>org.aspectj</groupId> + <artifactId>asm-renamed</artifactId> </dependency> <dependency> <groupId>org.aspectj</groupId> |