Author: veithen
Date: Sun Jul 4 16:15:37 2010
New Revision: 960354
URL: http://svn.apache.org/viewvc?rev=960354&view=rev
Log:
Let Sandesha use the WSS4J version selected by Rampart. Note that the SNAPSHOT
version currently referenced in the POM is over 18 months old.
Modified:
axis/axis2/java/sandesha/trunk/modules/rampart-integration/pom.xml
Modified: axis/axis2/java/sandesha/trunk/modules/rampart-integration/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/rampart-integration/pom.xml?rev=960354&r1=960353&r2=960354&view=diff
==============================================================================
--- axis/axis2/java/sandesha/trunk/modules/rampart-integration/pom.xml
(original)
+++ axis/axis2/java/sandesha/trunk/modules/rampart-integration/pom.xml Sun Jul
4 16:15:37 2010
@@ -67,12 +67,6 @@
<dependencies>
- <dependency>
- <groupId>org.apache.ws.security</groupId>
- <artifactId>wss4j</artifactId>
- <version>${wss4j.version}</version>
- </dependency>
-
<dependency>
<groupId>org.apache.sandesha2</groupId>
<artifactId>sandesha2-core</artifactId>
@@ -102,7 +96,6 @@
<properties>
<rampart.version>SNAPSHOT</rampart.version>
- <wss4j.version>SNAPSHOT</wss4j.version>
</properties>
</project>