summaryrefslogtreecommitdiffstats
path: root/java/sca/itest/scopes/pom.xml
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-12-04 21:09:28 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-12-04 21:09:28 +0000
commitbc1c8ab4c48c3a81824dac27ba71a8d1277797b9 (patch)
tree23c988da3cf03f70f49413ed753a439e5e6f0f80 /java/sca/itest/scopes/pom.xml
parent84f0a5f2ace3b19ff61928d32ab5674ff0daf462 (diff)
Merge itest changes from sca-equinox branch into trunk
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723439 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/itest/scopes/pom.xml13
1 files changed, 10 insertions, 3 deletions
diff --git a/java/sca/itest/scopes/pom.xml b/java/sca/itest/scopes/pom.xml
index 994a1a4bb6..26b4d08665 100644
--- a/java/sca/itest/scopes/pom.xml
+++ b/java/sca/itest/scopes/pom.xml
@@ -29,19 +29,26 @@
<artifactId>itest-scopes</artifactId>
<dependencies>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-node-api</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-host-embedded</artifactId>
+ <artifactId>tuscany-node-impl</artifactId>
<version>2.0-SNAPSHOT</version>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
<version>2.0-SNAPSHOT</version>
- <scope>runtime</scope>
+ <scope>test</scope>
</dependency>
-
+
</dependencies>
</project>