Author: richard.opalka(a)jboss.com
Date: 2008-12-08 12:35:11 -0500 (Mon, 08 Dec 2008)
New Revision: 8840
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] switch to Scout 0.7rc2 that doesn't introduce XML Beans dependency
Modified: stack/native/trunk/modules/management/pom.xml
===================================================================
--- stack/native/trunk/modules/management/pom.xml 2008-12-08 16:14:19 UTC (rev 8839)
+++ stack/native/trunk/modules/management/pom.xml 2008-12-08 17:35:11 UTC (rev 8840)
@@ -64,11 +64,6 @@
<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-08
16:14:19 UTC (rev 8839)
+++
stack/native/trunk/modules/resources/src/main/resources/resources/jbossws-deploy-macros.xml 2008-12-08
17:35:11 UTC (rev 8840)
@@ -240,7 +240,6 @@
<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-08 16:14:19 UTC (rev 8839)
+++ stack/native/trunk/modules/testsuite/pom.xml 2008-12-08 17:35:11 UTC (rev 8840)
@@ -87,12 +87,6 @@
<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-08 16:14:19 UTC (rev 8839)
+++ stack/native/trunk/pom.xml 2008-12-08 17:35:11 UTC (rev 8840)
@@ -69,8 +69,7 @@
<jboss.logging.version>2.0.5.GA</jboss.logging.version>
<jboss.remoting.version>2.5.0.SP2</jboss.remoting.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>
+ <apache.scout.version>0.7rc2</apache.scout.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>
@@ -296,11 +295,6 @@
<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-08 16:14:19
UTC (rev 8839)
+++ stack/native/trunk/src/main/scripts/assembly-deploy-artifacts.xml 2008-12-08 17:35:11
UTC (rev 8840)
@@ -87,7 +87,6 @@
<include>org.jboss.ws:jbossws-jboss500: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