diff options
Diffstat (limited to 'aspectjweaver')
-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 a8856330e..72c223ad6 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-8.0.1.renamed.jar" + src="${project.basedir}/../lib/asm/asm-9.1.renamed.jar" dest="target/asm-unzipped" /> </tasks> </configuration> |