Author: dkulp Date: Fri Oct 2 19:59:53 2009 New Revision: 821149 URL: http://svn.apache.org/viewvc?rev=821149&view=rev Log: Merged revisions 820870 via svnmerge from https://svn.apache.org/repos/asf/cxf/branches/2.2.x-fixes
................ r820870 | dkulp | 2009-10-01 22:54:23 -0400 (Thu, 01 Oct 2009) | 9 lines Merged revisions 820446 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r820446 | cschneider | 2009-09-30 17:03:30 -0400 (Wed, 30 Sep 2009) | 1 line Removed maven dependency on cxf-common-utilities as it is not necessary anymore ........ ................ Modified: cxf/branches/2.1.x-fixes/ (props changed) cxf/branches/2.1.x-fixes/common/xsd/pom.xml Propchange: cxf/branches/2.1.x-fixes/ ------------------------------------------------------------------------------ Binary property 'svnmerge-integrated' - no diff available. Modified: cxf/branches/2.1.x-fixes/common/xsd/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.1.x-fixes/common/xsd/pom.xml?rev=821149&r1=821148&r2=821149&view=diff ============================================================================== --- cxf/branches/2.1.x-fixes/common/xsd/pom.xml (original) +++ cxf/branches/2.1.x-fixes/common/xsd/pom.xml Fri Oct 2 19:59:53 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>
