Author: veithen
Date: Sun Aug 14 19:46:21 2011
New Revision: 1157613
URL: http://svn.apache.org/viewvc?rev=1157613&view=rev
Log:
Removed xmlsec as a direct dependency so that it is retrieved as a transitive
dependency of WSS4J with the correct version (WSS4J currently uses xmlsec
1.4.5, but Rampart trunk was still at 1.4.2).
Modified:
axis/axis2/java/rampart/trunk/pom.xml
Modified: axis/axis2/java/rampart/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/rampart/trunk/pom.xml?rev=1157613&r1=1157612&r2=1157613&view=diff
==============================================================================
--- axis/axis2/java/rampart/trunk/pom.xml (original)
+++ axis/axis2/java/rampart/trunk/pom.xml Sun Aug 14 19:46:21 2011
@@ -225,11 +225,6 @@
<version>2.7.1</version>
</dependency>
<dependency>
- <groupId>org.apache.santuario</groupId>
- <artifactId>xmlsec</artifactId>
- <version>${xmlsec.version}</version>
- </dependency>
- <dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml1</artifactId>
<version>1.1</version>
@@ -423,7 +418,6 @@
<axiom.version>1.2.13-SNAPSHOT</axiom.version>
<wss4j.version>1.5.12-SNAPSHOT</wss4j.version>
- <xmlsec.version>1.4.2</xmlsec.version>
<opensaml.version>1.1</opensaml.version>
<bcprov.jdk14.version>140</bcprov.jdk14.version>