summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/binding-ws-axis2/pom.xml
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-02-02 10:41:04 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-02-02 10:41:04 +0000
commit977ff08d39b5b0d1cb2303278ec91afe21c0d44a (patch)
tree9fa91aba28354eb54ca0e6c1af189419e7895bc8 /java/sca/modules/binding-ws-axis2/pom.xml
parentb88e412e331eeaa9658c21f37c31d4d08a149b12 (diff)
Turn off the policy based tests for binding-ws-axis2. Also some dependency changes made while experimenting with system composite changes
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739959 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/binding-ws-axis2/pom.xml')
-rw-r--r--java/sca/modules/binding-ws-axis2/pom.xml15
1 files changed, 11 insertions, 4 deletions
diff --git a/java/sca/modules/binding-ws-axis2/pom.xml b/java/sca/modules/binding-ws-axis2/pom.xml
index 596f0a4bd9..1aef07c3f1 100644
--- a/java/sca/modules/binding-ws-axis2/pom.xml
+++ b/java/sca/modules/binding-ws-axis2/pom.xml
@@ -105,15 +105,15 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-policy-xml-ws</artifactId>
+ <artifactId>tuscany-binding-ws-axis2-policy</artifactId>
<version>2.0-SNAPSHOT</version>
</dependency>
-
+
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-binding-ws-axis2-policy</artifactId>
+ <artifactId>tuscany-policy-xml-ws</artifactId>
<version>2.0-SNAPSHOT</version>
- </dependency>
+ </dependency>
<!-- Added by Mike Edwards, 11th December 2008 -->
<dependency>
@@ -190,6 +190,12 @@
<artifactId>commons-httpclient</artifactId>
<version>3.1</version>
</dependency>
+
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <version>1.1.1</version>
+ </dependency>
<dependency>
<groupId>org.apache.axis2</groupId>
@@ -318,6 +324,7 @@
<version>2.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
+
</dependencies>
</project>