diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-03-27 08:48:33 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-03-27 08:48:33 +0000 |
commit | 2e89a2966392daa56efd2a075dcc7393e422c497 (patch) | |
tree | be50b38eadda8a2f9925ce77c6237c01fd7d11f6 /branches/sca-java-1.x/tutorials/store/domain | |
parent | 2d4a2160bf64a5515b61dc82ee3b4ff8ec01cf51 (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/store/domain')
-rw-r--r-- | branches/sca-java-1.x/tutorials/store/domain/pom.xml | 14 |
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> |