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 2011/04/19 11:47:52 UTC

svn commit: r1094974 - /tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice/pom.xml

Author: antelder
Date: Tue Apr 19 09:47:52 2011
New Revision: 1094974

URL: http://svn.apache.org/viewvc?rev=1094974&view=rev
Log:
Remove unnecessary scope

Modified:
    tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice/pom.xml

Modified: tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice/pom.xml?rev=1094974&r1=1094973&r2=1094974&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice/pom.xml Tue Apr 19 09:47:52 2011
@@ -89,7 +89,6 @@
                   <groupId>org.apache.tuscany.sca</groupId>
                   <artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
                   <version>${tuscany.version}</version>
-                  <scope>test</scope>
                </dependency>
             </dependencies>
          </plugin>