Author: veithen Date: Sun Jul 4 15:00:23 2010 New Revision: 960343 URL: http://svn.apache.org/viewvc?rev=960343&view=rev Log: Let the Sandesha integration tests 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/tests/pom.xml Modified: axis/axis2/java/sandesha/trunk/modules/tests/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/tests/pom.xml?rev=960343&r1=960342&r2=960343&view=diff ============================================================================== --- axis/axis2/java/sandesha/trunk/modules/tests/pom.xml (original) +++ axis/axis2/java/sandesha/trunk/modules/tests/pom.xml Sun Jul 4 15:00:23 2010 @@ -203,11 +203,6 @@ <version>${rampart.version}</version> </dependency> <dependency> - <groupId>org.apache.ws.security</groupId> - <artifactId>wss4j</artifactId> - <version>${wss4j.version}</version> - </dependency> - <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>${junit.version}</version> @@ -253,7 +248,6 @@ <properties> <test.property>2.8.1</test.property> <rampart.version>SNAPSHOT</rampart.version> - <wss4j.version>SNAPSHOT</wss4j.version> </properties> </project>