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 av...@apache.org on 2010/02/12 17:56:07 UTC

svn commit: r909535 - /incubator/photark/trunk/photark-webapp/pom.xml

Author: avd
Date: Fri Feb 12 17:56:07 2010
New Revision: 909535

URL: http://svn.apache.org/viewvc?rev=909535&view=rev
Log: (empty)

Modified:
    incubator/photark/trunk/photark-webapp/pom.xml

Modified: incubator/photark/trunk/photark-webapp/pom.xml
URL: http://svn.apache.org/viewvc/incubator/photark/trunk/photark-webapp/pom.xml?rev=909535&r1=909534&r2=909535&view=diff
==============================================================================
--- incubator/photark/trunk/photark-webapp/pom.xml (original)
+++ incubator/photark/trunk/photark-webapp/pom.xml Fri Feb 12 17:56:07 2010
@@ -83,6 +83,20 @@
 		</dependency>
 		
 		<dependency>
+			<groupId>org.apache.tuscany.sca</groupId>
+			<artifactId>tuscany-binding-http-runtime</artifactId>
+			<version>2.0-M4</version>
+			<scope>runtime</scope>
+		</dependency>
+		
+		<dependency>
+			<groupId>org.apache.tuscany.sca</groupId>
+			<artifactId>tuscany-binding-http</artifactId>
+			<version>2.0-M4</version>
+			<scope>runtime</scope>
+		</dependency>
+		
+		<dependency>
 		   <groupId>org.dojotoolkit</groupId>
 		   <artifactId>dojo</artifactId>
 		   <version>1.3.2</version>