Skip to content

Commit

Permalink
[WFLY-6833] Upgrade to JBossWS 5.1.5.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
asoldano committed Jul 13, 2016
1 parent 2dc4e8e commit 320d077
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
5 changes: 5 additions & 0 deletions feature-pack/pom.xml
Expand Up @@ -548,6 +548,11 @@
<artifactId>cxf-rt-databinding-jaxb</artifactId>
</dependency>

<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-features-clustering</artifactId>
</dependency>

<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
Expand Down
Expand Up @@ -35,6 +35,7 @@
<artifact name="${org.apache.cxf:cxf-rt-bindings-xml}"/>
<artifact name="${org.apache.cxf:cxf-rt-databinding-aegis}"/>
<artifact name="${org.apache.cxf:cxf-rt-databinding-jaxb}"/>
<artifact name="${org.apache.cxf:cxf-rt-features-clustering}"/>
<artifact name="${org.apache.cxf:cxf-rt-frontend-jaxws}"/>
<artifact name="${org.apache.cxf:cxf-rt-frontend-simple}"/>
<artifact name="${org.apache.cxf:cxf-rt-management}"/>
Expand Down
26 changes: 23 additions & 3 deletions pom.xml
Expand Up @@ -202,10 +202,10 @@
<version.org.jboss.weld.weld>2.3.5.Final</version.org.jboss.weld.weld>
<version.org.jboss.weld.weld-api>2.3.SP2</version.org.jboss.weld.weld-api>
<version.org.jboss.ws.api>1.0.3.Final</version.org.jboss.ws.api>
<version.org.jboss.ws.spi>3.1.1.Final</version.org.jboss.ws.spi>
<version.org.jboss.ws.common>3.1.2.Final</version.org.jboss.ws.common>
<version.org.jboss.ws.spi>3.1.2.Final</version.org.jboss.ws.spi>
<version.org.jboss.ws.common>3.1.3.Final</version.org.jboss.ws.common>
<version.org.jboss.ws.common.tools>1.2.2.Final</version.org.jboss.ws.common.tools>
<version.org.jboss.ws.cxf>5.1.4.Final</version.org.jboss.ws.cxf>
<version.org.jboss.ws.cxf>5.1.5.Final</version.org.jboss.ws.cxf>
<version.org.jboss.ws.jaxws-undertow-httpspi>1.0.1.Final</version.org.jboss.ws.jaxws-undertow-httpspi>
<version.org.jgroups>3.6.10.Final</version.org.jgroups>
<version.org.jgroups.azure>1.0.0.Final</version.org.jgroups.azure>
Expand Down Expand Up @@ -2243,6 +2243,26 @@
</exclusions>
</dependency>

<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-features-clustering</artifactId>
<version>${version.org.apache.cxf}</version>
<exclusions>
<exclusion>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
</exclusion>
<exclusion>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
</exclusion>
<exclusion>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
Expand Down

0 comments on commit 320d077

Please sign in to comment.