summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/itest
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-07-03 13:49:06 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-07-03 13:49:06 +0000
commit2d35de3378afa4bd06c5af16bfe642c09387604d (patch)
treeaf50a098e6b39c69e6aaed675ce5b0ba2cdb9fd9 /branches/sca-java-1.x/itest
parentd138032eb97581408778383ff51e5b4c52cd74fe (diff)
Add ws dependency for some future test binding changes
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790915 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/itest')
-rw-r--r--branches/sca-java-1.x/itest/contribution-jee/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/itest/contribution-jee/pom.xml b/branches/sca-java-1.x/itest/contribution-jee/pom.xml
index b9751b582e..257666b917 100644
--- a/branches/sca-java-1.x/itest/contribution-jee/pom.xml
+++ b/branches/sca-java-1.x/itest/contribution-jee/pom.xml
@@ -83,6 +83,12 @@
<artifactId>tuscany-implementation-web-runtime</artifactId>
<version>1.6-SNAPSHOT</version>
</dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-binding-ws-axis2</artifactId>
+ <version>1.6-SNAPSHOT</version>
+ </dependency>
<dependency>
<groupId>org.apache.myfaces.core</groupId>