Author: ema
Date: Tue Sep 18 02:18:15 2007
New Revision: 576792
URL: http://svn.apache.org/viewvc?rev=576792&view=rev
Log:
There is cyclic reference problem, revert this commit.
Removed:
incubator/cxf/trunk/maven-plugins/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/Java2WSMojo.java
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=576792&r1=576791&r2=576792&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:18:15 2007
@@ -91,21 +91,7 @@
<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>
<artifactId>ant</artifactId>