Author: alessio.soldano(a)jboss.com
Date: 2012-05-10 11:19:23 -0400 (Thu, 10 May 2012)
New Revision: 16255
Modified:
stack/cxf/trunk/modules/client/pom.xml
stack/cxf/trunk/modules/server/pom.xml
stack/cxf/trunk/pom.xml
Log:
[JBWS-3496] Install cxf-rt-ws-mex.jar
Modified: stack/cxf/trunk/modules/client/pom.xml
===================================================================
--- stack/cxf/trunk/modules/client/pom.xml 2012-05-10 14:50:24 UTC (rev 16254)
+++ stack/cxf/trunk/modules/client/pom.xml 2012-05-10 15:19:23 UTC (rev 16255)
@@ -79,6 +79,10 @@
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
+ <artifactId>cxf-rt-ws-mex</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-rm</artifactId>
</dependency>
<dependency>
Modified: stack/cxf/trunk/modules/server/pom.xml
===================================================================
--- stack/cxf/trunk/modules/server/pom.xml 2012-05-10 14:50:24 UTC (rev 16254)
+++ stack/cxf/trunk/modules/server/pom.xml 2012-05-10 15:19:23 UTC (rev 16255)
@@ -83,6 +83,10 @@
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
+ <artifactId>cxf-rt-ws-mex</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-rm</artifactId>
</dependency>
<dependency>
Modified: stack/cxf/trunk/pom.xml
===================================================================
--- stack/cxf/trunk/pom.xml 2012-05-10 14:50:24 UTC (rev 16254)
+++ stack/cxf/trunk/pom.xml 2012-05-10 15:19:23 UTC (rev 16255)
@@ -512,6 +512,11 @@
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
+ <artifactId>cxf-rt-ws-mex</artifactId>
+ <version>${cxf.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-rm</artifactId>
<version>${cxf.version}</version>
<exclusions>
Show replies by date