You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bi...@apache.org on 2011/12/15 03:32:34 UTC

svn commit: r1214600 - /cxf/trunk/maven-plugins/codegen-plugin/pom.xml

Author: bimargulies
Date: Thu Dec 15 02:32:34 2011
New Revision: 1214600

URL: http://svn.apache.org/viewvc?rev=1214600&view=rev
Log:
Try again to put the javascript runtime into the codegen.

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=1214600&r1=1214599&r2=1214600&view=diff
==============================================================================
--- cxf/trunk/maven-plugins/codegen-plugin/pom.xml (original)
+++ cxf/trunk/maven-plugins/codegen-plugin/pom.xml Thu Dec 15 02:32:34 2011
@@ -107,9 +107,14 @@
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-tools-wsdlto-frontend-javascript</artifactId>
             <version>${project.version}</version>
+	    <exclusions>
+	      <exclusion>
+		<groupId>org.apache.cxf</groupId>
+		<artifactId>cxf-rt-frontend-simple</artifactId>
+	      </exclusion>
+	    </exclusions>
         </dependency>
 
-
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-core</artifactId>