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/01/28 16:03:11 UTC

svn commit: r904114 - /tuscany/sca-java-2.x/trunk/modules/webbeans/pom.xml

Author: antelder
Date: Thu Jan 28 15:03:11 2010
New Revision: 904114

URL: http://svn.apache.org/viewvc?rev=904114&view=rev
Log:
Correct dependency after the group name change a while back

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

Modified: tuscany/sca-java-2.x/trunk/modules/webbeans/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/webbeans/pom.xml?rev=904114&r1=904113&r2=904114&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/webbeans/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/modules/webbeans/pom.xml Thu Jan 28 15:03:11 2010
@@ -32,7 +32,7 @@
     <dependencies>
 
         <dependency>
-            <groupId>org.apache.tuscany.sca</groupId>
+            <groupId>org.apache.tuscany.sca.shades</groupId>
             <artifactId>tuscany-base</artifactId>
             <version>2.0-SNAPSHOT</version>
             <scope>provided</scope>