summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/tutorials
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-03-27 08:48:33 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-03-27 08:48:33 +0000
commit2e89a2966392daa56efd2a075dcc7393e422c497 (patch)
treebe50b38eadda8a2f9925ce77c6237c01fd7d11f6 /branches/sca-java-1.x/tutorials
parent2d4a2160bf64a5515b61dc82ee3b4ff8ec01cf51 (diff)
TUSCANY-2837 - Adding new js dependencies
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759063 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.xml14
1 files changed, 14 insertions, 0 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 12014dfcc9..e015dd4bba 100644
--- a/branches/sca-java-1.x/tutorials/store/domain/pom.xml
+++ b/branches/sca-java-1.x/tutorials/store/domain/pom.xml
@@ -79,6 +79,13 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-binding-atom-js</artifactId>
+ <version>1.5-SNAPSHOT</version>
+ <scope>runtime</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-atom-abdera</artifactId>
<version>1.5-SNAPSHOT</version>
<scope>runtime</scope>
@@ -86,6 +93,13 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-binding-jsonrpc-js</artifactId>
+ <version>1.5-SNAPSHOT</version>
+ <scope>runtime</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-jsonrpc-runtime</artifactId>
<version>1.5-SNAPSHOT</version>
<scope>runtime</scope>