Author: dkulp
Date: Wed Dec 14 21:56:30 2011
New Revision: 1214498
URL: http://svn.apache.org/viewvc?rev=1214498&view=rev
Log:
a bit more dep reduction
Modified:
cxf/trunk/rt/ws/addr/pom.xml
cxf/trunk/rt/ws/mex/pom.xml
cxf/trunk/rt/ws/security/pom.xml
Modified: cxf/trunk/rt/ws/addr/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/rt/ws/addr/pom.xml?rev=1214498&r1=1214497&r2=1214498&view=diff
==============================================================================
--- cxf/trunk/rt/ws/addr/pom.xml (original)
+++ cxf/trunk/rt/ws/addr/pom.xml Wed Dec 14 21:56:30 2011
@@ -79,17 +79,6 @@
<artifactId>cxf-rt-bindings-soap</artifactId>
<version>${project.version}</version>
</dependency>
-
-
-
- <!-- Test stuff -->
- <dependency>
- <groupId>org.apache.cxf</groupId>
- <artifactId>cxf-testutils</artifactId>
- <version>${project.version}</version>
- <scope>test</scope>
- </dependency>
-
</dependencies>
<profiles>
Modified: cxf/trunk/rt/ws/mex/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/rt/ws/mex/pom.xml?rev=1214498&r1=1214497&r2=1214498&view=diff
==============================================================================
--- cxf/trunk/rt/ws/mex/pom.xml (original)
+++ cxf/trunk/rt/ws/mex/pom.xml Wed Dec 14 21:56:30 2011
@@ -56,21 +56,8 @@
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
- <artifactId>cxf-rt-ws-policy</artifactId>
- <version>${project.version}</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.cxf</groupId>
- <artifactId>cxf-rt-ws-addr</artifactId>
- <version>${project.version}</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.cxf</groupId>
- <artifactId>cxf-rt-transports-http</artifactId>
+ <artifactId>cxf-rt-frontend-jaxws</artifactId>
<version>${project.version}</version>
- <scope>provided</scope>
</dependency>
<dependency>
@@ -80,22 +67,10 @@
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
- <artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>${project.version}</version>
- <optional>true</optional>
- </dependency>
- <dependency>
- <groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-local</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.apache.cxf</groupId>
- <artifactId>cxf-testutils</artifactId>
- <version>${project.version}</version>
- <scope>test</scope>
- </dependency>
</dependencies>
<build>
Modified: cxf/trunk/rt/ws/security/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/rt/ws/security/pom.xml?rev=1214498&r1=1214497&r2=1214498&view=diff
==============================================================================
--- cxf/trunk/rt/ws/security/pom.xml (original)
+++ cxf/trunk/rt/ws/security/pom.xml Wed Dec 14 21:56:30 2011
@@ -56,12 +56,6 @@
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
- <artifactId>cxf-rt-ws-policy</artifactId>
- <version>${project.version}</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-addr</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
@@ -114,11 +108,6 @@
<artifactId>bcprov-jdk15</artifactId>
<scope>provided</scope>
</dependency>
- <dependency>
- <groupId>org.apache.velocity</groupId>
- <artifactId>velocity</artifactId>
- <optional>true</optional>
- </dependency>
<dependency>
<groupId>org.slf4j</groupId>
@@ -144,10 +133,11 @@
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
- <artifactId>cxf-testutils</artifactId>
+ <artifactId>cxf-rt-ws-policy</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
+
</dependencies>
<build>