summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/host-openejb/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--java/sca/modules/host-openejb/pom.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/java/sca/modules/host-openejb/pom.xml b/java/sca/modules/host-openejb/pom.xml
index ad583f453c..396d847f15 100644
--- a/java/sca/modules/host-openejb/pom.xml
+++ b/java/sca/modules/host-openejb/pom.xml
@@ -56,9 +56,24 @@
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>asm</groupId>
+ <artifactId>asm</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>asm</groupId>
+ <artifactId>asm-commons</artifactId>
+ </exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>asm</groupId>
+ <artifactId>asm-all</artifactId>
+ <version>3.1</version>
+ <scope>runtime</scope>
+ </dependency>
+
</dependencies>
<build>