You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2010/02/12 17:22:02 UTC

svn commit: r909485 - /tuscany/sca-java-2.x/trunk/itest/oneway/pom.xml

Author: slaws
Date: Fri Feb 12 16:22:01 2010
New Revision: 909485

URL: http://svn.apache.org/viewvc?rev=909485&view=rev
Log:
correct dependency to point to new ws binding impl

Modified:
    tuscany/sca-java-2.x/trunk/itest/oneway/pom.xml

Modified: tuscany/sca-java-2.x/trunk/itest/oneway/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/itest/oneway/pom.xml?rev=909485&r1=909484&r2=909485&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/itest/oneway/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/itest/oneway/pom.xml Fri Feb 12 16:22:01 2010
@@ -44,7 +44,7 @@
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-binding-ws-axis2</artifactId>
+            <artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
             <version>${pom.version}</version>
         </dependency>