DDLUTILS-284
Update versions. 
Partially committed patch supplied by Mansour Al Akeel

git-svn-id: https://svn.apache.org/repos/asf/db/ddlutils/trunk@1624926 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 6301858..d57ebc2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -106,9 +106,9 @@
 
   <dependencies>
     <dependency>
-      <groupId>ant</groupId>
+      <groupId>org.apache.ant</groupId>
       <artifactId>ant</artifactId>
-      <version>1.6.5</version>
+      <version>1.9.4</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
@@ -161,7 +161,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>3.8.1</version>
+      <version>4.11</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -241,7 +241,7 @@
               <headerLocation>src/main/checkstyle/license-check.txt</headerLocation>
             </configuration>
 	      </plugin>
-	    </plugins>
+	      </plugins>
 	  </build>
     </profile>