Author: jim.ma
Date: 2013-10-22 02:37:29 -0400 (Tue, 22 Oct 2013)
New Revision: 18031
Modified:
projects/wsi-bp-test/trunk/pom.xml
Log:
Update to the latest jbossws cxf version;Copy the jbossws-cxf-factries to the endorsed
dir
Modified: projects/wsi-bp-test/trunk/pom.xml
===================================================================
--- projects/wsi-bp-test/trunk/pom.xml 2013-10-21 14:08:18 UTC (rev 18030)
+++ projects/wsi-bp-test/trunk/pom.xml 2013-10-22 06:37:29 UTC (rev 18031)
@@ -26,7 +26,7 @@
<test.classes.directory>${project.build.directory}/test-classes</test.classes.directory>
<test.resources.directory>${project.build.directory}/test-resources</test.resources.directory>
- <jbossws.cxf.version>4.2.0-SNAPSHOT</jbossws.cxf.version>
+ <jbossws.cxf.version>4.2.2-SNAPSHOT</jbossws.cxf.version>
<jbossws.shared.testsuite.version>4.2.0-SNAPSHOT</jbossws.shared.testsuite.version>
<gnu.getopt.version>1.0.13</gnu.getopt.version>
@@ -69,6 +69,12 @@
</dependency>
<dependency>
+ <groupId>org.jboss.ws.cxf</groupId>
+ <artifactId>jbossws-cxf-factories</artifactId>
+ <version>${jbossws.cxf.version}</version>
+ </dependency>
+
+ <dependency>
<groupId>gnu-getopt</groupId>
<artifactId>getopt</artifactId>
<version>${gnu.getopt.version}</version>
@@ -214,6 +220,12 @@
<type>jar</type>
<outputDirectory>${project.build.directory}/endorsed</outputDirectory>
</artifactItem>
+ <artifactItem>
+ <groupId>org.jboss.ws.cxf</groupId>
+ <artifactId>jbossws-cxf-factories</artifactId>
+ <type>jar</type>
+
<outputDirectory>${project.build.directory}/endorsed</outputDirectory>
+ </artifactItem>
</artifactItems>
</configuration>
</execution>
Show replies by date