diff options
author | Andy Clement <aclement@pivotal.io> | 2020-07-17 17:29:08 -0700 |
---|---|---|
committer | Andy Clement <aclement@pivotal.io> | 2020-07-17 17:29:08 -0700 |
commit | 199aaba33af3874bc5b27a7af2ac60a2dadbeab2 (patch) | |
tree | ecb845c3ef2be6584193cad18761f3e7355fb9c8 /tests | |
parent | 4f6619ca4b0a5c0b86bd0024fc618c5303567b38 (diff) | |
download | aspectj-199aaba33af3874bc5b27a7af2ac60a2dadbeab2.tar.gz aspectj-199aaba33af3874bc5b27a7af2ac60a2dadbeab2.zip |
Update ASM and fix packaging for matcher artifact
Diffstat (limited to 'tests')
-rw-r--r-- | tests/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pom.xml b/tests/pom.xml index 3b2ec7236..6a8cbaf50 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -55,7 +55,7 @@ <artifactId>asm</artifactId> <version>1.0</version> <scope>system</scope> - <systemPath>${project.basedir}/../lib/asm/asm-7.2.renamed.jar</systemPath> + <systemPath>${project.basedir}/../lib/asm/asm-8.0.1.renamed.jar</systemPath> </dependency> <dependency> <groupId>org.aspectj</groupId> |