Author: cschneider
Date: Sat Apr 9 13:36:52 2011
New Revision: 1090591
URL: http://svn.apache.org/viewvc?rev=1090591&view=rev
Log:
Remove spring dependencies from codegen plugin
Modified:
cxf/trunk/maven-plugins/codegen-plugin/pom.xml
Modified: cxf/trunk/maven-plugins/codegen-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/maven-plugins/codegen-plugin/pom.xml?rev=1090591&r1=1090590&r2=1090591&view=diff
==============================================================================
--- cxf/trunk/maven-plugins/codegen-plugin/pom.xml (original)
+++ cxf/trunk/maven-plugins/codegen-plugin/pom.xml Sat Apr 9 13:36:52 2011
@@ -103,21 +103,6 @@
<artifactId>cxf-tools-wsdlto-frontend-jaxws</artifactId>
<version>${project.version}</version>
</dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-core</artifactId>
- <optional>true</optional>
- </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-beans</artifactId>
- <optional>true</optional>
- </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-context</artifactId>
- <optional>true</optional>
- </dependency>
<dependency>
<groupId>org.apache.ant</groupId>