summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-10-15 15:31:47 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-10-15 15:31:47 +0000
commit9170876f59ae8e6ab3d60d594be62b3f4b947c9f (patch)
treec89b944fdf63c197bfa13e6796f54ccfd1629545
parent959ad965a33c17af5e0010b9ed9642baed8834da (diff)
Add remote default binding back into web services feature
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825521 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--java/sca/features/webservice/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/java/sca/features/webservice/pom.xml b/java/sca/features/webservice/pom.xml
index b20c62eb29..e77bc14183 100644
--- a/java/sca/features/webservice/pom.xml
+++ b/java/sca/features/webservice/pom.xml
@@ -41,11 +41,11 @@
</dependency>
<!-- Bindings -->
- <!--dependency>
+ <dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-binding-sca-axis2</artifactId>
+ <artifactId>tuscany-binding-sca-axis2-runtime</artifactId>
<version>2.0-SNAPSHOT</version>
- </dependency-->
+ </dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ws</artifactId>