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/03 19:43:41 UTC

svn commit: r906168 - /tuscany/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml

Author: slaws
Date: Wed Feb  3 18:43:40 2010
New Revision: 906168

URL: http://svn.apache.org/viewvc?rev=906168&view=rev
Log:
Rename to match pattern of other modules and add local transport dependency

Modified:
    tuscany/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml

Modified: tuscany/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml?rev=906168&r1=906167&r2=906168&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml Wed Feb  3 18:43:40 2010
@@ -26,7 +26,7 @@
         <relativePath>../pom.xml</relativePath>
     </parent>
 
-    <artifactId>tuscany-binding-ws-runtime-axis2-15</artifactId>
+    <artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
     <name>Apache Tuscany SCA Axis2-1.5-based WS Binding Runtime</name>
 
     <repositories>
@@ -193,6 +193,12 @@
         
         <dependency>
             <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-transport-local</artifactId>
+            <version>1.5.1</version>
+        </dependency>         
+        
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-transport-jms</artifactId>
             <version>1.0.0</version>
         </dependency>