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/19 10:54:09 UTC

svn commit: r900713 - /tuscany/sca-java-2.x/trunk/samples/webapps/helloworld-servlet/pom.xml

Author: antelder
Date: Tue Jan 19 09:54:09 2010
New Revision: 900713

URL: http://svn.apache.org/viewvc?rev=900713&view=rev
Log:
Update dependency to see if that helps the hudson build

Modified:
    tuscany/sca-java-2.x/trunk/samples/webapps/helloworld-servlet/pom.xml

Modified: tuscany/sca-java-2.x/trunk/samples/webapps/helloworld-servlet/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/webapps/helloworld-servlet/pom.xml?rev=900713&r1=900712&r2=900713&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/webapps/helloworld-servlet/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/samples/webapps/helloworld-servlet/pom.xml Tue Jan 19 09:54:09 2010
@@ -34,7 +34,7 @@
 
         <dependency>
             <groupId>org.apache.tuscany.sca.shades</groupId>
-            <artifactId>tuscany-base</artifactId>
+            <artifactId>tuscany-base-nodep</artifactId>
             <version>2.0-SNAPSHOT</version>
         </dependency>