You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2010/10/18 12:50:10 UTC

svn commit: r1023733 - /tuscany/sca-java-2.x/trunk/modules/policy-wspolicy/pom.xml

Author: antelder
Date: Mon Oct 18 10:50:10 2010
New Revision: 1023733

URL: http://svn.apache.org/viewvc?rev=1023733&view=rev
Log:
Update to use base + extension approach

Modified:
    tuscany/sca-java-2.x/trunk/modules/policy-wspolicy/pom.xml

Modified: tuscany/sca-java-2.x/trunk/modules/policy-wspolicy/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/policy-wspolicy/pom.xml?rev=1023733&r1=1023732&r2=1023733&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/policy-wspolicy/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/modules/policy-wspolicy/pom.xml Mon Oct 18 10:50:10 2010
@@ -31,8 +31,10 @@
     <dependencies>
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-assembly</artifactId>
+            <artifactId>tuscany-core-runtime</artifactId>
+            <type>pom</type>
             <version>2.0-SNAPSHOT</version>
+            <scope>provided</scope>
         </dependency>
 
         <dependency>