Author: veithen Date: Sun Jul 4 16:34:54 2010 New Revision: 960359 URL: http://svn.apache.org/viewvc?rev=960359&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/interop/pom.xml Modified: axis/axis2/java/sandesha/trunk/modules/interop/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/interop/pom.xml?rev=960359&r1=960358&r2=960359&view=diff ============================================================================== --- axis/axis2/java/sandesha/trunk/modules/interop/pom.xml (original) +++ axis/axis2/java/sandesha/trunk/modules/interop/pom.xml Sun Jul 4 16:34:54 2010 @@ -141,12 +141,6 @@ </dependency> <dependency> - <groupId>org.apache.ws.security</groupId> - <artifactId>wss4j</artifactId> - <version>${wss4j.version}</version> - </dependency> - - <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-activation_1.1_spec</artifactId> <version>${geronimo.spec.activation.version}</version> @@ -180,7 +174,6 @@ <properties> <rampart.version>SNAPSHOT</rampart.version> - <wss4j.version>SNAPSHOT</wss4j.version> <wsdl4j.version>1.6.2</wsdl4j.version> </properties>