summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/samples/store-secure/pom.xml
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-05-21 23:51:30 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-05-21 23:51:30 +0000
commitbccaf1babea8a9213574f710ff78598bdaa14aad (patch)
treeca110a52ce85cd600720d93280feff351736932a /branches/sca-java-1.x/samples/store-secure/pom.xml
parent8d55f6d0b7ba34675a3ad241905e39777f635574 (diff)
Fixing missing atom and json-rpc javascript extension dependencies
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@777323 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/samples/store-secure/pom.xml')
-rw-r--r--branches/sca-java-1.x/samples/store-secure/pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/samples/store-secure/pom.xml b/branches/sca-java-1.x/samples/store-secure/pom.xml
index 0b0426173b..4b6f5c5ec5 100644
--- a/branches/sca-java-1.x/samples/store-secure/pom.xml
+++ b/branches/sca-java-1.x/samples/store-secure/pom.xml
@@ -77,6 +77,13 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-binding-atom-js</artifactId>
+ <version>1.6-SNAPSHOT</version>
+ <scope>runtime</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-jsonrpc-runtime</artifactId>
<version>1.6-SNAPSHOT</version>
<scope>runtime</scope>
@@ -84,6 +91,13 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-binding-jsonrpc-js</artifactId>
+ <version>1.6-SNAPSHOT</version>
+ <scope>runtime</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-http-runtime</artifactId>
<version>1.6-SNAPSHOT</version>
<scope>runtime</scope>