summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-02-03 18:43:40 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-02-03 18:43:40 +0000
commitb4f6cd8475f1e51e2619313f621f49cf9ea16eb0 (patch)
treeffca8b16d43fb3313d4b32bf675b1dd3b406ba07 /sca-java-2.x/trunk/modules/binding-ws-runtime-axis2
parent9034f3dca51ae04dffdf543ae13ecdf5cc768bbc (diff)
Rename to match pattern of other modules and add local transport dependency
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906168 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/modules/binding-ws-runtime-axis2')
-rw-r--r--sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml b/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml
index d32a372ccd..e33a2864b9 100644
--- a/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml
+++ b/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/pom.xml
@@ -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>