Author: ema
Date: Sun Jan 7 19:05:00 2007
New Revision: 493919
URL: http://svn.apache.org/viewvc?view=rev&rev=493919
Log:
Removed transitive dependency to cxf-tools-common
Modified:
incubator/cxf/trunk/tools2/wsdlto/frontend/jaxws/pom.xml
Modified: incubator/cxf/trunk/tools2/wsdlto/frontend/jaxws/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/tools2/wsdlto/frontend/jaxws/pom.xml?view=diff&rev=493919&r1=493918&r2=493919
==============================================================================
--- incubator/cxf/trunk/tools2/wsdlto/frontend/jaxws/pom.xml (original)
+++ incubator/cxf/trunk/tools2/wsdlto/frontend/jaxws/pom.xml Sun Jan 7
19:05:00 2007
@@ -51,6 +51,12 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-core</artifactId>
<version>${project.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.apache.cxf</groupId>
+ <artifactId>cxf-testutils</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>