diff options
Diffstat (limited to 'branches/sca-java-1.x/samples')
-rw-r--r-- | branches/sca-java-1.x/samples/store-secure/pom.xml | 14 |
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> |