diff options
Diffstat (limited to 'aspectjtools')
-rw-r--r-- | aspectjtools/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aspectjtools/pom.xml b/aspectjtools/pom.xml index ad284ea12..bcfa35a52 100644 --- a/aspectjtools/pom.xml +++ b/aspectjtools/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> |