diff options
Diffstat (limited to 'ajdoc/pom.xml')
-rw-r--r-- | ajdoc/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <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> <!-- Dependencies needed for running tests in this module independently of complete reactor build --> |