Author: antelder
Date: Thu Aug 18 13:22:11 2011
New Revision: 1159205
URL: http://svn.apache.org/viewvc?rev=1159205&view=rev
Log:
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
Modified:
tuscany/sca-java-2.x/trunk/testing/itest/ws/wspolicy/pom.xml
Modified: tuscany/sca-java-2.x/trunk/testing/itest/ws/wspolicy/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/testing/itest/ws/wspolicy/pom.xml?rev=1159205&r1=1159204&r2=1159205&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/testing/itest/ws/wspolicy/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/testing/itest/ws/wspolicy/pom.xml Thu Aug 18 13:22:11 2011
@@ -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>
|