aboutsummaryrefslogtreecommitdiffstats
path: root/tests/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pom.xml')
-rw-r--r--tests/pom.xml7
1 files changed, 2 insertions, 5 deletions
diff --git a/tests/pom.xml b/tests/pom.xml
index 11f91a216..0f766d006 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -50,11 +50,8 @@
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>asm</groupId>
- <artifactId>asm</artifactId>
- <version>1.0</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/../lib/asm/asm-9.1.renamed.jar</systemPath>
+ <groupId>org.aspectj</groupId>
+ <artifactId>asm-renamed</artifactId>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>