Author: richard.opalka(a)jboss.com
Date: 2008-12-05 12:28:07 -0500 (Fri, 05 Dec 2008)
New Revision: 8829
Modified:
stack/native/trunk/modules/management/pom.xml
stack/native/trunk/modules/resources/src/main/resources/resources/jbossws-deploy-macros.xml
stack/native/trunk/modules/testsuite/pom.xml
stack/native/trunk/pom.xml
stack/native/trunk/src/main/scripts/assembly-deploy-artifacts.xml
Log:
[JBWS-2402] upgrade to most recent JUDDI and Scout components
Modified: stack/native/trunk/modules/management/pom.xml
===================================================================
--- stack/native/trunk/modules/management/pom.xml 2008-12-05 17:02:27 UTC (rev 8828)
+++ stack/native/trunk/modules/management/pom.xml 2008-12-05 17:28:07 UTC (rev 8829)
@@ -64,6 +64,11 @@
<scope>runtime</scope>
<type>sar</type>
</dependency>
+ <dependency>
+ <groupId>apache-xmlbeans</groupId>
+ <artifactId>xmlbeans</artifactId>
+ <scope>runtime</scope>
+ </dependency>
</dependencies>
<!-- Build -->
Modified:
stack/native/trunk/modules/resources/src/main/resources/resources/jbossws-deploy-macros.xml
===================================================================
---
stack/native/trunk/modules/resources/src/main/resources/resources/jbossws-deploy-macros.xml 2008-12-05
17:02:27 UTC (rev 8828)
+++
stack/native/trunk/modules/resources/src/main/resources/resources/jbossws-deploy-macros.xml 2008-12-05
17:28:07 UTC (rev 8829)
@@ -240,6 +240,7 @@
<fileset dir="@{thirdpartydir}">
<include name="**/juddi.jar"/>
<include name="**/scout.jar"/>
+ <include name="**/xmlbeans.jar"/>
</fileset>
</copy>
</sequential>
Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml 2008-12-05 17:02:27 UTC (rev 8828)
+++ stack/native/trunk/modules/testsuite/pom.xml 2008-12-05 17:28:07 UTC (rev 8829)
@@ -86,6 +86,12 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>apache-xmlbeans</groupId>
+ <artifactId>xmlbeans</artifactId>
+ <version>2.2.0</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.jboss.jaxr</groupId>
<artifactId>juddi-saaj</artifactId>
<version>${jboss.jaxr.version}</version>
Modified: stack/native/trunk/pom.xml
===================================================================
--- stack/native/trunk/pom.xml 2008-12-05 17:02:27 UTC (rev 8828)
+++ stack/native/trunk/pom.xml 2008-12-05 17:28:07 UTC (rev 8829)
@@ -68,9 +68,10 @@
<jboss.jaxbintros.version>1.0.0.GA</jboss.jaxbintros.version>
<jboss.logging.version>2.0.5.GA</jboss.logging.version>
<jboss.remoting.version>2.5.0.SP2</jboss.remoting.version>
- <jboss.jaxr.version>1.2.1.GA</jboss.jaxr.version>
- <apache.scout.version>0.7rc2</apache.scout.version>
- <juddi.version>0.9RC4</juddi.version>
+ <jboss.jaxr.version>2.0.0.RC6</jboss.jaxr.version>
+ <apache.scout.version>1.0rc1</apache.scout.version>
+ <apache.xmlbeans.version>2.2.0</apache.xmlbeans.version>
+ <juddi.version>2.0rc5</juddi.version>
<sun.fastinfoset.version>1.2.2</sun.fastinfoset.version>
<sun.jaxws.version>2.1.3</sun.jaxws.version>
<woodstox.version>3.2.6</woodstox.version>
@@ -295,6 +296,11 @@
<version>${apache.scout.version}</version>
</dependency>
<dependency>
+ <groupId>apache-xmlbeans</groupId>
+ <artifactId>xmlbeans</artifactId>
+ <version>${apache.xmlbeans.version}</version>
+ </dependency>
+ <dependency>
<groupId>juddi</groupId>
<artifactId>juddi</artifactId>
<version>${juddi.version}</version>
Modified: stack/native/trunk/src/main/scripts/assembly-deploy-artifacts.xml
===================================================================
--- stack/native/trunk/src/main/scripts/assembly-deploy-artifacts.xml 2008-12-05 17:02:27
UTC (rev 8828)
+++ stack/native/trunk/src/main/scripts/assembly-deploy-artifacts.xml 2008-12-05 17:28:07
UTC (rev 8829)
@@ -86,6 +86,7 @@
<include>org.jboss.ws:jbossws-jboss423:jar</include>
<include>org.jboss.jaxr:juddi-service:sar</include>
<include>apache-scout:scout:jar</include>
+ <include>apache-xmlbeans:xmlbeans:jar</include>
<include>juddi:juddi:jar</include>
</includes>
</dependencySet>
Show replies by date