summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/testing/compliance-tests/java-ci
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-12-11 10:44:13 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-12-11 10:44:13 +0000
commitd48a82a80054a96451d1c25948a9b506d1180c3b (patch)
tree409a5010e4316732db892f4043c933d742156bcc /sca-java-2.x/trunk/testing/compliance-tests/java-ci
parentfcfa8ddd5eb60a984ab33dfd11961ae6dbea4463 (diff)
Add woodstox as test dependency to fix tests
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044627 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/testing/compliance-tests/java-ci')
-rw-r--r--sca-java-2.x/trunk/testing/compliance-tests/java-ci/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/testing/compliance-tests/java-ci/pom.xml b/sca-java-2.x/trunk/testing/compliance-tests/java-ci/pom.xml
index c9a5eb7bb1..5b8b938157 100644
--- a/sca-java-2.x/trunk/testing/compliance-tests/java-ci/pom.xml
+++ b/sca-java-2.x/trunk/testing/compliance-tests/java-ci/pom.xml
@@ -55,6 +55,12 @@
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.codehaus.woodstox</groupId>
+ <artifactId>wstx-asl</artifactId>
+ <version>3.2.9</version>
+ </dependency>
+
</dependencies>
<build>