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/12/11 11:32:02 UTC

svn commit: r1044623 - /tuscany/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-servlet/pom.xml

Author: antelder
Date: Sat Dec 11 10:32:02 2010
New Revision: 1044623

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

Modified:
    tuscany/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-servlet/pom.xml

Modified: tuscany/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-servlet/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-servlet/pom.xml?rev=1044623&r1=1044622&r2=1044623&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-servlet/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-servlet/pom.xml Sat Dec 11 10:32:02 2010
@@ -34,7 +34,7 @@
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-base-runtime-nodep</artifactId>
+            <artifactId>tuscany-base-runtime</artifactId>
             <version>2.0-SNAPSHOT</version>
         </dependency>