summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/testing/itest/policies/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/trunk/testing/itest/policies/pom.xml')
-rw-r--r--sca-java-2.x/trunk/testing/itest/policies/pom.xml22
1 files changed, 8 insertions, 14 deletions
diff --git a/sca-java-2.x/trunk/testing/itest/policies/pom.xml b/sca-java-2.x/trunk/testing/itest/policies/pom.xml
index daa3e395f5..c15d9422d5 100644
--- a/sca-java-2.x/trunk/testing/itest/policies/pom.xml
+++ b/sca-java-2.x/trunk/testing/itest/policies/pom.xml
@@ -31,29 +31,23 @@
<dependencies>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-node-api</artifactId>
+ <artifactId>tuscany-base-runtime</artifactId>
<version>2.0-SNAPSHOT</version>
</dependency>
-
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-policy-logging</artifactId>
<version>2.0-SNAPSHOT</version>
</dependency>
-
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-node-impl</artifactId>
- <version>2.0-SNAPSHOT</version>
- <scope>test</scope>
- </dependency>
-
+ <!-- TODO: this test requires woodtox as it fails with the JDK parser which
+ presumably means Tuscany doesn't work properly without woodstox -->
<dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
- <scope>test</scope>
+ <groupId>org.codehaus.woodstox</groupId>
+ <artifactId>wstx-asl</artifactId>
+ <version>3.2.6</version>
+ <scope>runtime</scope>
</dependency>
+
</dependencies>
</project>