You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2009/10/03 04:37:10 UTC

svn commit: r821225 - /cxf/branches/2.2.x-fixes/common/xjc/boolean-test/pom.xml

Author: dkulp
Date: Sat Oct  3 02:37:09 2009
New Revision: 821225

URL: http://svn.apache.org/viewvc?rev=821225&view=rev
Log:
Remove dep not avail on 2.2.x

Modified:
    cxf/branches/2.2.x-fixes/common/xjc/boolean-test/pom.xml

Modified: cxf/branches/2.2.x-fixes/common/xjc/boolean-test/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/common/xjc/boolean-test/pom.xml?rev=821225&r1=821224&r2=821225&view=diff
==============================================================================
--- cxf/branches/2.2.x-fixes/common/xjc/boolean-test/pom.xml (original)
+++ cxf/branches/2.2.x-fixes/common/xjc/boolean-test/pom.xml Sat Oct  3 02:37:09 2009
@@ -128,11 +128,6 @@
                         <artifactId>cxf-xjc-ts</artifactId>
                         <version>${project.version}</version>
                     </dependency>
-                    <dependency>
-                        <groupId>org.apache.cxf</groupId>
-                        <artifactId>cxf-xjc-wsdlextension</artifactId>
-                        <version>${project.version}</version>
-                    </dependency>
 				</dependencies>
 			</plugin>
 		</plugins>