diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-12-11 10:44:13 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-12-11 10:44:13 +0000 |
commit | d48a82a80054a96451d1c25948a9b506d1180c3b (patch) | |
tree | 409a5010e4316732db892f4043c933d742156bcc /sca-java-2.x/trunk/testing | |
parent | fcfa8ddd5eb60a984ab33dfd11961ae6dbea4463 (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')
-rw-r--r-- | sca-java-2.x/trunk/testing/compliance-tests/java-ci/pom.xml | 6 |
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>
|