Author: cschneider
Date: Sat Apr 9 14:54:23 2011
New Revision: 1090602
URL: http://svn.apache.org/viewvc?rev=1090602&view=rev
Log:
Reverting spring depdenncy removal as there is a problem if the calling project
has a depdendency on spring
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=1090602&r1=1090601&r2=1090602&view=diff
==============================================================================
--- cxf/trunk/maven-plugins/codegen-plugin/pom.xml (original)
+++ cxf/trunk/maven-plugins/codegen-plugin/pom.xml Sat Apr 9 14:54:23 2011
@@ -103,6 +103,21 @@
<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>