summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/tutorials
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-04-03 08:29:49 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-04-03 08:29:49 +0000
commit909773e50f662f0cec062b01f6209de97300f990 (patch)
treed695eb0ad124d1b8f02c13b73cb971a8aba6c820 /branches/sca-java-1.x/tutorials
parent839b453d2b43c1ee86fedb2faf71f39cc681168c (diff)
TUSCANY-2878 - Adjusting modules to add implementation-widget-runtime-tuscany as dependency
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761567 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/tutorials')
-rw-r--r--branches/sca-java-1.x/tutorials/store/domain/pom.xml2
-rw-r--r--branches/sca-java-1.x/tutorials/store/store-test/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/branches/sca-java-1.x/tutorials/store/domain/pom.xml b/branches/sca-java-1.x/tutorials/store/domain/pom.xml
index e015dd4bba..213a4abcb2 100644
--- a/branches/sca-java-1.x/tutorials/store/domain/pom.xml
+++ b/branches/sca-java-1.x/tutorials/store/domain/pom.xml
@@ -65,7 +65,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-implementation-widget-runtime</artifactId>
+ <artifactId>tuscany-implementation-widget-runtime-tuscany</artifactId>
<version>1.5-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/branches/sca-java-1.x/tutorials/store/store-test/pom.xml b/branches/sca-java-1.x/tutorials/store/store-test/pom.xml
index 8fe1f05ded..89f10c7d45 100644
--- a/branches/sca-java-1.x/tutorials/store/store-test/pom.xml
+++ b/branches/sca-java-1.x/tutorials/store/store-test/pom.xml
@@ -83,7 +83,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-implementation-widget-runtime</artifactId>
+ <artifactId>tuscany-implementation-widget-runtime-tuscany</artifactId>
<version>1.5-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>