summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/samples/photo-gallery/pom.xml
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-03-27 08:35:08 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-03-27 08:35:08 +0000
commit219f44f7e58456c62b5d86b2c31aa6bc52bb0ddd (patch)
treea03ef2c4b8f09deb9f8d0165db4d760d63d9676e /branches/sca-java-1.x/samples/photo-gallery/pom.xml
parentf2d9cb8dd6256df42222ae27c4a0debb6c2bfbb5 (diff)
TUSCANY-2837 - Updating sample app dependencies to add javascript dependencies for atom and jsonrpc bindings
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759053 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/samples/photo-gallery/pom.xml')
-rw-r--r--branches/sca-java-1.x/samples/photo-gallery/pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/samples/photo-gallery/pom.xml b/branches/sca-java-1.x/samples/photo-gallery/pom.xml
index 87b09ab692..51444ffa0a 100644
--- a/branches/sca-java-1.x/samples/photo-gallery/pom.xml
+++ b/branches/sca-java-1.x/samples/photo-gallery/pom.xml
@@ -71,6 +71,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-jsonrpc-runtime</artifactId>
<version>1.5-SNAPSHOT</version>
<scope>runtime</scope>
@@ -78,6 +85,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-http-runtime</artifactId>
<version>1.5-SNAPSHOT</version>
<scope>runtime</scope>