Author: ema
Date: Tue Sep 18 02:11:30 2007
New Revision: 576789
URL: http://svn.apache.org/viewvc?rev=576789&view=rev
Log:
Added java2ws dependency in code-gen plugin
Modified:
incubator/cxf/trunk/maven-plugins/codegen-plugin/pom.xml
Modified: incubator/cxf/trunk/maven-plugins/codegen-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/maven-plugins/codegen-plugin/pom.xml?rev=576789&r1=576788&r2=576789&view=diff
==============================================================================
--- incubator/cxf/trunk/maven-plugins/codegen-plugin/pom.xml (original)
+++ incubator/cxf/trunk/maven-plugins/codegen-plugin/pom.xml Tue Sep 18
02:11:30 2007
@@ -90,6 +90,21 @@
<artifactId>cxf-tools-java2wsdl</artifactId>
<version>${project.version}</version>
</dependency>
+
+
+ <dependency>
+ <groupId>org.apache.cxf</groupId>
+ <artifactId>cxf-tools-java2ws</artifactId>
+ <version>${project.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.apache.cxf</groupId>
+ <artifactId>cxf-rt-frontend-simple</artifactId>
+ <version>${project.version}</version>
+ </exclusion>
+ </exclusions>
+ </dependency>
+
<dependency>
<groupId>ant</groupId>