diff options
Diffstat (limited to 'aspectjweaver/pom.xml')
-rw-r--r-- | aspectjweaver/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aspectjweaver/pom.xml b/aspectjweaver/pom.xml index 58adaae07..6d8b94e99 100644 --- a/aspectjweaver/pom.xml +++ b/aspectjweaver/pom.xml @@ -50,7 +50,7 @@ <tasks> <echo message="unzip jarjar'd asm" /> <unzip - src="${project.basedir}/../lib/asm/asm-7.2.renamed.jar" + src="${project.basedir}/../lib/asm/asm-8.0.1.renamed.jar" dest="target/asm-unzipped" /> </tasks> </configuration> |