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 2011/08/11 20:40:44 UTC

svn commit: r1156819 - /incubator/photark/branches/photark-rest/photark-social-ui/pom.xml

Author: lresende
Date: Thu Aug 11 20:40:43 2011
New Revision: 1156819

URL: http://svn.apache.org/viewvc?rev=1156819&view=rev
Log:
Updating 3rd party dependencies

Modified:
    incubator/photark/branches/photark-rest/photark-social-ui/pom.xml

Modified: incubator/photark/branches/photark-rest/photark-social-ui/pom.xml
URL: http://svn.apache.org/viewvc/incubator/photark/branches/photark-rest/photark-social-ui/pom.xml?rev=1156819&r1=1156818&r2=1156819&view=diff
==============================================================================
--- incubator/photark/branches/photark-rest/photark-social-ui/pom.xml (original)
+++ incubator/photark/branches/photark-rest/photark-social-ui/pom.xml Thu Aug 11 20:40:43 2011
@@ -67,12 +67,6 @@
 
 		<dependency>
 			<groupId>org.apache.tuscany.sca</groupId>
-			<artifactId>tuscany-data-api</artifactId>
-			<version>${tuscany.version}</version>
-		</dependency>
-
-		<dependency>
-			<groupId>org.apache.tuscany.sca</groupId>
 			<artifactId>tuscany-implementation-java-runtime</artifactId>
 			<version>${tuscany.version}</version>
 			<scope>runtime</scope>
@@ -114,23 +108,15 @@
 		</dependency>
 
 		<dependency>
-			<groupId>org.apache.tuscany.sca</groupId>
-			<artifactId>tuscany-binding-http-runtime</artifactId>
-			<version>${tuscany.version}</version>
-			<scope>runtime</scope>
-		</dependency>
-
-
-		<dependency>
 			<groupId>org.slf4j</groupId>
 			<artifactId>slf4j-api</artifactId>
-			<version>1.5.11</version>
+			<version>1.6.1</version>
 		</dependency>
 
 		<dependency>
 			<groupId>org.slf4j</groupId>
 			<artifactId>slf4j-log4j12</artifactId>
-			<version>1.5.11</version>
+			<version>1.6.1</version>
 		</dependency>
 
 		<dependency>
@@ -146,19 +132,21 @@
 			<version>2.5</version>
 			<scope>provided</scope>
 		</dependency>
-	<dependency>
-		<groupId>junit</groupId>
-		<artifactId>junit</artifactId>
-		<version>4.8.1</version>
-		<scope>test</scope>
-	</dependency>
-	<dependency>
-		<groupId>org.dojotoolkit</groupId>
-		<artifactId>dojo</artifactId>
-		<version>1.5.0</version>
-		<type>zip</type>
-	</dependency>
-</dependencies>
+		
+		<dependency>
+			<groupId>junit</groupId>
+			<artifactId>junit</artifactId>
+			<version>4.8.1</version>
+			<scope>test</scope>
+		</dependency>
+		
+		<dependency>
+			<groupId>org.dojotoolkit</groupId>
+			<artifactId>dojo</artifactId>
+			<version>1.5.0</version>
+			<type>zip</type>
+		</dependency>
+	</dependencies>
 
 	<build>
 		<finalName>photark</finalName>