summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sca-java-2.x/trunk/modules/binding-jms/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/modules/binding-jms/pom.xml b/sca-java-2.x/trunk/modules/binding-jms/pom.xml
index dc3133cfd2..4d05f777a3 100644
--- a/sca-java-2.x/trunk/modules/binding-jms/pom.xml
+++ b/sca-java-2.x/trunk/modules/binding-jms/pom.xml
@@ -43,6 +43,13 @@
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.codehaus.woodstox</groupId>
+ <artifactId>wstx-asl</artifactId>
+ <version>3.2.9</version>
+ <scope>test</scope>
+ </dependency>
+
</dependencies>
<build>