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 2010/06/11 20:56:35 UTC

svn commit: r953833 - /cxf/branches/2.2.x-fixes/common/xsd/pom.xml

Author: dkulp
Date: Fri Jun 11 18:56:35 2010
New Revision: 953833

URL: http://svn.apache.org/viewvc?rev=953833&view=rev
Log:
FIx build

Modified:
    cxf/branches/2.2.x-fixes/common/xsd/pom.xml

Modified: cxf/branches/2.2.x-fixes/common/xsd/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/common/xsd/pom.xml?rev=953833&r1=953832&r2=953833&view=diff
==============================================================================
--- cxf/branches/2.2.x-fixes/common/xsd/pom.xml (original)
+++ cxf/branches/2.2.x-fixes/common/xsd/pom.xml Fri Jun 11 18:56:35 2010
@@ -76,11 +76,11 @@
          </dependency>
 
         <dependency>
-            <groupId>ant</groupId>
+            <groupId>org.apache.ant</groupId>
             <artifactId>ant</artifactId>
         </dependency>
         <dependency>
-            <groupId>ant</groupId>
+            <groupId>org.apache.ant</groupId>
             <artifactId>ant-nodeps</artifactId>
         </dependency>
     </dependencies>