You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2009/04/03 10:37:25 UTC

svn commit: r761568 - /tuscany/branches/sca-java-1.x/modules/domain-manager/pom.xml

Author: lresende
Date: Fri Apr  3 08:37:25 2009
New Revision: 761568

URL: http://svn.apache.org/viewvc?rev=761568&view=rev
Log:
TUSCANY-2878 - Adjusting modules to add implementation-widget-runtime-tuscany as dependency

Modified:
    tuscany/branches/sca-java-1.x/modules/domain-manager/pom.xml

Modified: tuscany/branches/sca-java-1.x/modules/domain-manager/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/modules/domain-manager/pom.xml?rev=761568&r1=761567&r2=761568&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/modules/domain-manager/pom.xml (original)
+++ tuscany/branches/sca-java-1.x/modules/domain-manager/pom.xml Fri Apr  3 08:37:25 2009
@@ -159,7 +159,7 @@
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-implementation-widget-runtime</artifactId>
+            <artifactId>tuscany-implementation-widget-runtime-tuscany</artifactId>
             <version>1.5-SNAPSHOT</version>
             <scope>runtime</scope>
         </dependency>