aboutsummaryrefslogtreecommitdiffstats
path: root/tests/pom.xml
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2021-03-13 10:42:05 +0700
committerAlexander Kriegisch <Alexander@Kriegisch.name>2021-03-16 08:21:05 +0700
commit7fab8259c448aa3185bab27e7bc813bc3512b8a3 (patch)
treef3b24de90a7ef8580035d1c8794189687e457de1 /tests/pom.xml
parent8348a8f6536971b8c1261923f5a5670c97bf1dcb (diff)
downloadaspectj-7fab8259c448aa3185bab27e7bc813bc3512b8a3.tar.gz
aspectj-7fab8259c448aa3185bab27e7bc813bc3512b8a3.zip
Upgrade to ASM 9.1, delete obsolete ASM binaries
Keep only ASM 2.0 binary because it is still used in UnweavableTest which uses an old ASM API, e.g. with a ClassWriter constructor which no longer exists. Also add JarJar 1.3 library because it is needed by an Ant task in lib/asm/build.xml. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'tests/pom.xml')
-rw-r--r--tests/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pom.xml b/tests/pom.xml
index 9b59abd2e..3abcdde51 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -54,7 +54,7 @@
<artifactId>asm</artifactId>
<version>1.0</version>
<scope>system</scope>
- <systemPath>${project.basedir}/../lib/asm/asm-8.0.1.renamed.jar</systemPath>
+ <systemPath>${project.basedir}/../lib/asm/asm-9.1.renamed.jar</systemPath>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>