diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-12-11 10:46:57 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-12-11 10:46:57 +0000 |
commit | 7108129b4a24c9132ef244f116ff3fe006bb9997 (patch) | |
tree | c5b2d6906da8e4c74163b9371e30a2c92ac3869a /sca-java-2.x/trunk/testing/compliance-tests/policy | |
parent | c54e87ad4486d4b43107263bdb0204d7c5d7e4c5 (diff) |
Add woodstox as test dependency to fix tests
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044631 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | sca-java-2.x/trunk/testing/compliance-tests/policy/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/testing/compliance-tests/policy/pom.xml b/sca-java-2.x/trunk/testing/compliance-tests/policy/pom.xml index dc8d4dd199..afdc97a1af 100644 --- a/sca-java-2.x/trunk/testing/compliance-tests/policy/pom.xml +++ b/sca-java-2.x/trunk/testing/compliance-tests/policy/pom.xml @@ -58,6 +58,12 @@ </dependency>
<dependency>
+ <groupId>org.codehaus.woodstox</groupId>
+ <artifactId>wstx-asl</artifactId>
+ <version>3.2.9</version>
+ </dependency>
+
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.5</version>
|