summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/testing/itest/policies/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-11-15 10:21:30 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-11-15 10:21:30 +0000
commit53845bb2aadc15c37e51ad91ed5c1962218d0d4b (patch)
tree86745853ff5107f389138a2a0257955f14343f41 /sca-java-2.x/trunk/testing/itest/policies/pom.xml
parent5db2a92b891add878e2bcc862b528a4c1e7536d2 (diff)
Update some itests for base + extensions
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1035209 13f79535-47bb-0310-9956-ffa450edef68
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>