summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2011-08-18 13:22:11 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2011-08-18 13:22:11 +0000
commitb2dc2079e7c25b5712f17c2881261fe108d39e94 (patch)
tree9291267bffed19fcfd95e6ecfeaade6a7903d76f /sca-java-2.x
parent5a5e16912ac6fa619fa3f76449e4dba6fb54747f (diff)
Add xalan depnendency which is required because wss4j uses the xalan URI toString method. (dragging in all xalan just to get a uri toString seems less than ideal, it has been changed in later wss4j releases, no idea if they work with the rest of the Tuscany Axis2 release and dependencies though
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1159205 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x')
-rw-r--r--sca-java-2.x/trunk/testing/itest/ws/wspolicy/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/testing/itest/ws/wspolicy/pom.xml b/sca-java-2.x/trunk/testing/itest/ws/wspolicy/pom.xml
index fdeb21177d..b1fd0a7512 100644
--- a/sca-java-2.x/trunk/testing/itest/ws/wspolicy/pom.xml
+++ b/sca-java-2.x/trunk/testing/itest/ws/wspolicy/pom.xml
@@ -55,6 +55,11 @@
<artifactId>wstx-asl</artifactId>
<version>3.2.9</version>
</dependency>
+ <dependency>
+ <groupId>xalan</groupId>
+ <artifactId>xalan</artifactId>
+ <version>2.7.0</version>
+ </dependency>
</dependencies>
<build>