aboutsummaryrefslogtreecommitdiffstats
path: root/api/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'api/pom.xml')
-rwxr-xr-xapi/pom.xml14
1 files changed, 11 insertions, 3 deletions
diff --git a/api/pom.xml b/api/pom.xml
index 53e0855..a800ad6 100755
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -20,11 +20,19 @@
<version>2.0.0</version>
</dependency>
<dependency>
- <groupId>jardiff</groupId>
- <artifactId>jardiff</artifactId>
- <version>0.2</version>
+ <groupId>asm</groupId>
+ <artifactId>asm</artifactId>
</dependency>
<dependency>
+ <groupId>asm</groupId>
+ <artifactId>asm-commons</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>commons-lang</groupId>
+ <artifactId>commons-lang</artifactId>
+ <version>1.0</version>
+ </dependency>
+ <dependency>
<groupId>de.tototec</groupId>
<artifactId>de.tototec.cmdoption</artifactId>
<version>0.2.0</version>