diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-12-11 10:45:07 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-12-11 10:45:07 +0000 |
commit | 0eb7df4c28198e00cea86236620913031dfe01de (patch) | |
tree | ea1475ea122691c8ac772c6b987d3bb9d746015a /sca-java-2.x/trunk/testing | |
parent | d48a82a80054a96451d1c25948a9b506d1180c3b (diff) |
Add woodstox as test dependency to fix tests, and log4j as the oasis artifacts include it in the log config
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044628 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-caa/pom.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml b/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml index e76a9a9d69..acfe75a243 100644 --- a/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml +++ b/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml @@ -58,12 +58,25 @@ </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>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <version>1.2.16</version>
+ <scope>test</scope>
+ </dependency>
+
</dependencies>
|