[jbossws-commits] JBossWS SVN: r12839 - in stack/native/branches/jbossws-native-3.1.2.SP3_CP01_JBPAPP-4932: src/main/scripts and 1 other directory.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Mon Aug 23 14:33:28 EDT 2010


Author: darran.lofthouse at jboss.com
Date: 2010-08-23 14:33:28 -0400 (Mon, 23 Aug 2010)
New Revision: 12839

Modified:
   stack/native/branches/jbossws-native-3.1.2.SP3_CP01_JBPAPP-4932/pom.xml
   stack/native/branches/jbossws-native-3.1.2.SP3_CP01_JBPAPP-4932/src/main/scripts/assembly-deploy-artifacts.xml
Log:
Bump the JAX-WS version to overcome a build error.

Modified: stack/native/branches/jbossws-native-3.1.2.SP3_CP01_JBPAPP-4932/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.2.SP3_CP01_JBPAPP-4932/pom.xml	2010-08-23 17:50:43 UTC (rev 12838)
+++ stack/native/branches/jbossws-native-3.1.2.SP3_CP01_JBPAPP-4932/pom.xml	2010-08-23 18:33:28 UTC (rev 12839)
@@ -69,7 +69,7 @@
     <apache.scout.version>1.1.1</apache.scout.version>
     <juddi.version>2.0.1</juddi.version>
     <sun.fastinfoset.version>1.2.7</sun.fastinfoset.version>
-    <sun.jaxws.version>2.1.3</sun.jaxws.version>
+    <sun.jaxws.version>2.1.7</sun.jaxws.version>
     <woodstox.version>3.2.8</woodstox.version>
     <wsdl4j.version>1.6.2</wsdl4j.version>
     <xmlsec.version>1.4.3</xmlsec.version>

Modified: stack/native/branches/jbossws-native-3.1.2.SP3_CP01_JBPAPP-4932/src/main/scripts/assembly-deploy-artifacts.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.2.SP3_CP01_JBPAPP-4932/src/main/scripts/assembly-deploy-artifacts.xml	2010-08-23 17:50:43 UTC (rev 12838)
+++ stack/native/branches/jbossws-native-3.1.2.SP3_CP01_JBPAPP-4932/src/main/scripts/assembly-deploy-artifacts.xml	2010-08-23 18:33:28 UTC (rev 12839)
@@ -46,9 +46,9 @@
               <include>org.jboss.ws.native:jbossws-native-jaxws-ext:jar</include>
               <include>org.jboss.ws.native:jbossws-native-saaj:jar</include>
               <include>org.codehaus.jettison:jettison:jar</include>
-              <include>stax:stax-api:jar</include>
+              <include>stax:stax-api:jar</include>              
               <include>org.jvnet.staxex:stax-ex:jar</include>
-              <include>com.sun.xml.stream.buffer:streambuffer:jar</include>
+              <include>com.sun.xml.stream.buffer:streambuffer:jar</include>              
               <include>wsdl4j:wsdl4j:jar</include>
               <include>org.apache:xmlsec:jar</include>
             </includes>



More information about the jbossws-commits mailing list