Blob Blame History Raw
From e2ab4b597ea7d2550fc8f66520ebf8819e5a3b52 Mon Sep 17 00:00:00 2001
From: Stanislav Ochotnicky <sochotnicky@redhat.com>
Date: Mon, 14 Feb 2011 18:48:33 +0100
Subject: [PATCH 1/2] Change ant groupId to org.apache.ant

---
 pom.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 14aa243..36060d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -260,7 +260,7 @@
             <artifactId>xerces</artifactId>
         </exclusion>
         <exclusion>
-            <groupId>ant</groupId>
+            <groupId>org.apache.ant</groupId>
             <artifactId>ant-optional</artifactId>
         </exclusion>
       </exclusions>
@@ -297,7 +297,7 @@
     </dependency>
 
     <dependency>
-      <groupId>ant</groupId>
+      <groupId>org.apache.ant</groupId>
       <artifactId>ant</artifactId>
       <version>1.6.5</version>
       <optional>true</optional>
-- 
1.7.4