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/27 13:20:15 UTC

svn commit: r1027915 - /tuscany/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/maven-osgi-junit/calculator-rest-osgi/pom.xml

Author: slaws
Date: Wed Oct 27 11:20:15 2010
New Revision: 1027915

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

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

Modified: tuscany/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/maven-osgi-junit/calculator-rest-osgi/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/maven-osgi-junit/calculator-rest-osgi/pom.xml?rev=1027915&r1=1027914&r2=1027915&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/maven-osgi-junit/calculator-rest-osgi/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/maven-osgi-junit/calculator-rest-osgi/pom.xml Wed Oct 27 11:20:15 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-samples</artifactId>
-        <version>2.0-Beta1-SNAPSHOT</version>
+        <version>2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>sample-maven-osgi-junit-calculator-rest-osgi</artifactId>
@@ -31,29 +31,37 @@
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.tuscany.sca</groupId>
-			<artifactId>tuscany-feature-api</artifactId>
-			<version>2.0-Beta1-SNAPSHOT</version>
+			<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>
-			<version>2.0-Beta1-SNAPSHOT</version>
+			<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-Beta1-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 -->
@@ -67,7 +75,7 @@
 		<dependency>
 			<groupId>org.apache.tuscany.sca</groupId>
 			<artifactId>tuscany-host-jetty</artifactId>
-			<version>2.0-Beta1-SNAPSHOT</version>
+			<version>2.0-SNAPSHOT</version>
 			<scope>test</scope>
 		</dependency>