You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2010/10/26 17:46:39 UTC

svn commit: r1027598 - /tuscany/sca-java-2.x/trunk/samples/running-tuscany/maven-osgi-junit/calculator-rest-osgi/pom.xml

Author: slaws
Date: Tue Oct 26 15:46:38 2010
New Revision: 1027598

URL: http://svn.apache.org/viewvc?rev=1027598&view=rev
Log:
Tidy up dependencies

Modified:
    tuscany/sca-java-2.x/trunk/samples/running-tuscany/maven-osgi-junit/calculator-rest-osgi/pom.xml

Modified: tuscany/sca-java-2.x/trunk/samples/running-tuscany/maven-osgi-junit/calculator-rest-osgi/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/running-tuscany/maven-osgi-junit/calculator-rest-osgi/pom.xml?rev=1027598&r1=1027597&r2=1027598&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/running-tuscany/maven-osgi-junit/calculator-rest-osgi/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/samples/running-tuscany/maven-osgi-junit/calculator-rest-osgi/pom.xml Tue Oct 26 15:46:38 2010
@@ -31,29 +31,37 @@
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.tuscany.sca</groupId>
-			<artifactId>tuscany-feature-api</artifactId>
+			<artifactId>tuscany-core-runtime-pom</artifactId>
 			<version>2.0-SNAPSHOT</version>
 			<type>pom</type>
 		</dependency>
+		
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-osgi-runtime-pom</artifactId>
+            <version>2.0-SNAPSHOT</version>
+            <type>pom</type>
+        </dependency>		
+		
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-binding-rest-runtime</artifactId>
+            <version>2.0-SNAPSHOT</version>
+        </dependency>		
 
 		<dependency>
 			<groupId>org.apache.tuscany.sca</groupId>
-			<artifactId>tuscany-feature-all</artifactId>
+			<artifactId>tuscany-base-runtime-pom</artifactId>
 			<version>2.0-SNAPSHOT</version>
+			<scope>test</scope>
 			<type>pom</type>
 		</dependency>
 
 		<dependency>
-			<groupId>org.apache.tuscany.sca</groupId>
-			<artifactId>tuscany-binding-rest-runtime</artifactId>
-			<version>2.0-SNAPSHOT</version>
-		</dependency>
-
-		<dependency>
 			<groupId>javax.servlet</groupId>
 			<artifactId>servlet-api</artifactId>
 			<version>2.5</version>
-			<scope>provided</scope>
+			<scope>test</scope>
 		</dependency>
 
 		<!-- Explicitly add slf4j so that jabsorb uses the latest versions -->