Author: mwringe
Date: 2011-03-08 13:23:21 -0500 (Tue, 08 Mar 2011)
New Revision: 5981
Modified:
components/wsrp/trunk/pom.xml
Log:
GTNWSRP-123: Update wss work. Allow for option in wsrp-admin to enable or disable wss on
consumer side. Remove xml handler configuration files for the consumer and dynamically add
them in the java code. Update to use JBWS wsse configuration files.
Modified: components/wsrp/trunk/pom.xml
===================================================================
--- components/wsrp/trunk/pom.xml 2011-03-08 18:14:47 UTC (rev 5980)
+++ components/wsrp/trunk/pom.xml 2011-03-08 18:23:21 UTC (rev 5981)
@@ -103,6 +103,11 @@
<artifactId>wsrp-integration-api</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.gatein.wsrp</groupId>
+ <artifactId>wsrp-wss</artifactId>
+ <version>${project.version}</version>
+ </dependency>
<dependency>
<groupId>org.gatein.common</groupId>
@@ -193,6 +198,7 @@
<module>hibernate-impl</module>
<module>jcr-impl</module>
<module>ws-security/jboss5</module>
+ <module>ws-security/wss</module>
</modules>
<repositories>
Show replies by date