summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/contrib/modules/section10/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-05-21 07:11:35 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-05-21 07:11:35 +0000
commit8ee0725aa706eaa4f30316bcbd010365f455a32f (patch)
tree25beae4a5eed0daaf596545e9d959fbb3da2644a /sca-java-2.x/contrib/modules/section10/pom.xml
parent5d0c1a742830af6063d2899ad576284028f4e581 (diff)
Add start of a basic impl using Node to install contributions. Not much works yet but the helloworld type testcase does run
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946913 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/contrib/modules/section10/pom.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/sca-java-2.x/contrib/modules/section10/pom.xml b/sca-java-2.x/contrib/modules/section10/pom.xml
index 7393da5dde..3a250ea4cb 100644
--- a/sca-java-2.x/contrib/modules/section10/pom.xml
+++ b/sca-java-2.x/contrib/modules/section10/pom.xml
@@ -30,10 +30,16 @@
<dependencies>
<dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-sca-api</artifactId>
+ <groupId>org.apache.tuscany.sca.shades</groupId>
+ <artifactId>tuscany-base</artifactId>
<version>2.0-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.8.1</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>