From 7fab8259c448aa3185bab27e7bc813bc3512b8a3 Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Sat, 13 Mar 2021 10:42:05 +0700 Subject: 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 --- ajdoc/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ajdoc/pom.xml') diff --git a/ajdoc/pom.xml b/ajdoc/pom.xml index e92109017..780dcb8e3 100644 --- a/ajdoc/pom.xml +++ b/ajdoc/pom.xml @@ -45,7 +45,7 @@ asm 1.0 system - ${project.basedir}/../lib/asm/asm-8.0.1.renamed.jar + ${project.basedir}/../lib/asm/asm-9.1.renamed.jar -- cgit v1.2.3