Author: cschneider
Date: Wed Sep 30 21:03:30 2009
New Revision: 820446
URL: http://svn.apache.org/viewvc?rev=820446&view=rev
Log:
Removed maven dependency on cxf-common-utilities as it is not necessary anymore
Modified:
cxf/trunk/common/xsd/pom.xml
Modified: cxf/trunk/common/xsd/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/common/xsd/pom.xml?rev=820446&r1=820445&r2=820446&view=diff
==============================================================================
--- cxf/trunk/common/xsd/pom.xml (original)
+++ cxf/trunk/common/xsd/pom.xml Wed Sep 30 21:03:30 2009
@@ -50,12 +50,6 @@
<artifactId>maven-project</artifactId>
<scope>provided</scope>
</dependency>
-
- <dependency>
- <groupId>org.apache.cxf</groupId>
- <artifactId>cxf-common-utilities</artifactId>
- <version>${project.version}</version>
- </dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-xjc</artifactId>