aboutsummaryrefslogtreecommitdiffstats
path: root/api/pom.xml
diff options
context:
space:
mode:
authorJulien Eluard <[email protected]>2012-12-01 18:25:25 -0300
committerJulien Eluard <[email protected]>2012-12-01 18:25:25 -0300
commit5c4f6ccda9f4d6240149803e890ea5c98df4373a (patch)
tree163d9ad1fd4f7a403c2a49d93cf16c1b081c6040 /api/pom.xml
parent993cb6b3194a833d9195bb3a9543225f3f31fadf (diff)
Force asm 2.2.3 usage. Fixes #5.
Diffstat (limited to 'api/pom.xml')
-rwxr-xr-xapi/pom.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/api/pom.xml b/api/pom.xml
index e2f97f7..bda0e10 100755
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -37,6 +37,21 @@
</dependency>
</dependencies>
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>asm</groupId>
+ <artifactId>asm</artifactId>
+ <version>2.2.3</version>
+ </dependency>
+ <dependency>
+ <groupId>asm</groupId>
+ <artifactId>asm-commons</artifactId>
+ <version>2.2.3</version>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+
<build>
<plugins>
<plugin>