Author: davidillsley
Date: Sun Nov 16 06:43:58 2008
New Revision: 718041
URL: http://svn.apache.org/viewvc?rev=718041&view=rev
Log:
Fix rampart module load problems in the test module
Modified:
webservices/sandesha/trunk/java/modules/tests/pom.xml
Modified: webservices/sandesha/trunk/java/modules/tests/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/sandesha/trunk/java/modules/tests/pom.xml?rev=718041&r1=718040&r2=718041&view=diff
==============================================================================
--- webservices/sandesha/trunk/java/modules/tests/pom.xml (original)
+++ webservices/sandesha/trunk/java/modules/tests/pom.xml Sun Nov 16 06:43:58
2008
@@ -188,6 +188,11 @@
<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>
@@ -233,6 +238,7 @@
<properties>
<test.property>2.8.1</test.property>
<rampart.version>SNAPSHOT</rampart.version>
+ <wss4j.version>SNAPSHOT</wss4j.version>
</properties>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]