aboutsummaryrefslogtreecommitdiffstats
path: root/ajde
diff options
context:
space:
mode:
Diffstat (limited to 'ajde')
-rw-r--r--ajde/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/ajde/pom.xml b/ajde/pom.xml
index dd552c5af..44428acc4 100644
--- a/ajde/pom.xml
+++ b/ajde/pom.xml
@@ -37,6 +37,10 @@
<artifactId>asm</artifactId>
</dependency>
<dependency>
+ <groupId>org.ow2.asm</groupId>
+ <artifactId>asm-commons</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.aspectj</groupId>
<artifactId>org.aspectj.ajdt.core</artifactId>
<version>${project.version}</version>