Author: thomas.diesler(a)jboss.com
Date: 2008-05-29 05:43:47 -0400 (Thu, 29 May 2008)
New Revision: 7201
Modified:
stack/cxf/trunk/pom.xml
stack/cxf/trunk/src/main/scripts/assembly-deploy-artifacts.xml
Log:
framework scope=runtime
Modified: stack/cxf/trunk/pom.xml
===================================================================
--- stack/cxf/trunk/pom.xml 2008-05-29 09:43:40 UTC (rev 7200)
+++ stack/cxf/trunk/pom.xml 2008-05-29 09:43:47 UTC (rev 7201)
@@ -281,26 +281,22 @@
</dependencies>
</dependencyManagement>
- <!-- Dependencies -->
+ <!-- Runtime dependencies, not visible at compile time -->
<dependencies>
-
- <!-- Provided dependencies, visible to all modules -->
<dependency>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-framework</artifactId>
<classifier>scripts</classifier>
- <scope>provided</scope>
+ <scope>runtime</scope>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-framework</artifactId>
<classifier>testsuite</classifier>
- <scope>provided</scope>
+ <scope>runtime</scope>
<type>zip</type>
</dependency>
-
- <!-- Runtime dependencies, not visible at compile time -->
<dependency>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-jboss422</artifactId>
Modified: stack/cxf/trunk/src/main/scripts/assembly-deploy-artifacts.xml
===================================================================
--- stack/cxf/trunk/src/main/scripts/assembly-deploy-artifacts.xml 2008-05-29 09:43:40 UTC
(rev 7200)
+++ stack/cxf/trunk/src/main/scripts/assembly-deploy-artifacts.xml 2008-05-29 09:43:47 UTC
(rev 7201)
@@ -13,7 +13,7 @@
<dependencySet>
<outputDirectory>bin</outputDirectory>
<useStrictFiltering>true</useStrictFiltering>
- <scope>provided</scope>
+ <scope>runtime</scope>
<unpack>true</unpack>
<includes>
<include>*:jbossws-framework:zip:scripts</include>