You are viewing a plain text version of this content. The canonical link for it is here.
Posted to photark-commits@incubator.apache.org by lr...@apache.org on 2009/09/13 08:59:38 UTC

svn commit: r814289 - /incubator/photark/branches/photark-incubator-M1/photark/pom.xml

Author: lresende
Date: Sun Sep 13 08:59:37 2009
New Revision: 814289

URL: http://svn.apache.org/viewvc?rev=814289&view=rev
Log:
New required dependencies from Tuscany 1.5

Modified:
    incubator/photark/branches/photark-incubator-M1/photark/pom.xml

Modified: incubator/photark/branches/photark-incubator-M1/photark/pom.xml
URL: http://svn.apache.org/viewvc/incubator/photark/branches/photark-incubator-M1/photark/pom.xml?rev=814289&r1=814288&r2=814289&view=diff
==============================================================================
--- incubator/photark/branches/photark-incubator-M1/photark/pom.xml (original)
+++ incubator/photark/branches/photark-incubator-M1/photark/pom.xml Sun Sep 13 08:59:37 2009
@@ -70,7 +70,7 @@
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-implementation-widget-runtime</artifactId>
+            <artifactId>tuscany-implementation-widget-runtime-tuscany</artifactId>
             <version>1.5</version>
             <scope>runtime</scope>
         </dependency>
@@ -84,6 +84,13 @@
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-binding-atom-js</artifactId>
+            <version>1.5</version>
+            <scope>runtime</scope>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-jsonrpc-runtime</artifactId>
             <version>1.5</version>
             <scope>runtime</scope>
@@ -91,6 +98,13 @@
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-binding-jsonrpc-js</artifactId>
+            <version>1.5</version>
+            <scope>runtime</scope>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-http-runtime</artifactId>
             <version>1.5</version>
             <scope>runtime</scope>