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/19 11:33:56 UTC

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

Author: antelder
Date: Tue Oct 19 09:33:56 2010
New Revision: 1024190

URL: http://svn.apache.org/viewvc?rev=1024190&view=rev
Log:
Correct dependency name

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

Modified: tuscany/sca-java-2.x/trunk/modules/policy-security/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/policy-security/pom.xml?rev=1024190&r1=1024189&r2=1024190&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/policy-security/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/modules/policy-security/pom.xml Tue Oct 19 09:33:56 2010
@@ -32,7 +32,7 @@
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-core-runtime</artifactId>
+            <artifactId>tuscany-core-runtime-pom</artifactId>
             <version>2.0-SNAPSHOT</version>
             <type>pom</type>
             <scope>provided</scope>