Author: objectiser
Date: 2012-03-27 06:54:37 -0400 (Tue, 27 Mar 2012)
New Revision: 1508
Modified:
branches/RiftSaw-2.3.x/pom.xml
branches/RiftSaw-2.3.x/runtime/engine/pom.xml
Log:
Change jbossws-native version to 3.1.2.SP11 (with exclusions) and update scout to 1.2.6
Modified: branches/RiftSaw-2.3.x/pom.xml
===================================================================
--- branches/RiftSaw-2.3.x/pom.xml 2012-03-26 12:29:35 UTC (rev 1507)
+++ branches/RiftSaw-2.3.x/pom.xml 2012-03-27 10:54:37 UTC (rev 1508)
@@ -106,14 +106,14 @@
<xerces.version>2.9.0</xerces.version>
<commons.httpclient.version>3.1</commons.httpclient.version>
<cxf.version>2.2.6</cxf.version>
- <jbwsnative.version>3.2.2.GA</jbwsnative.version>
+ <jbwsnative.version>3.1.2.SP11</jbwsnative.version>
<saxon.version>9.2.1.5</saxon.version>
<spring.version>3.0.6.RELEASE</spring.version> <!-- This version must
match the version used by the ESB -->
<batik.version>1.7</batik.version>
<axiom.version>1.2.8</axiom.version>
<picketlink.version>1.0.3.final</picketlink.version>
<juddi.version>3.1.2</juddi.version>
- <scout.version>1.2.3</scout.version>
+ <scout.version>1.2.6</scout.version>
<jettison.version>1.2</jettison.version>
</properties>
Modified: branches/RiftSaw-2.3.x/runtime/engine/pom.xml
===================================================================
--- branches/RiftSaw-2.3.x/runtime/engine/pom.xml 2012-03-26 12:29:35 UTC (rev 1507)
+++ branches/RiftSaw-2.3.x/runtime/engine/pom.xml 2012-03-27 10:54:37 UTC (rev 1508)
@@ -131,6 +131,16 @@
<artifactId>jbossws-native-core</artifactId>
<version>${jbwsnative.version}</version>
<scope>provided</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>com.sun.xml.bind</groupId>
+ <artifactId>jaxb-xjc</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.codehaus.woodstox</groupId>
+ <artifactId>wstx</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<!-- for H2Database -->