diff --git a/WHATSNEW b/WHATSNEW
index 8aa9b2f3b..4368bc6c5 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -4,6 +4,9 @@ Changes from Ant 1.9.0 TO current
Changes that could break older environments:
-------------------------------------------
+* the optional ant-junit4.jar has been merged into ant-junit.jar
+ as Ant now requires JUnit4.
+
Fixed bugs:
-----------
diff --git a/build.xml b/build.xml
index 2a849a0f2..a5c4d83de 100644
--- a/build.xml
+++ b/build.xml
@@ -186,16 +186,7 @@
-
-
-
-
-
-
-
-
-
-
+
@@ -304,7 +295,6 @@
-
@@ -378,9 +368,6 @@
classname="org.apache.xalan.trace.TraceListenerEx3"
classpathref="classpath" ignoresystemclasses="${ignoresystemclasses}"/>
-
-
-
+
@@ -735,7 +721,6 @@
-
@@ -828,7 +813,6 @@
-
diff --git a/src/etc/poms/ant-junit/pom.xml b/src/etc/poms/ant-junit/pom.xml
index c4f1cfc60..21da4cb65 100644
--- a/src/etc/poms/ant-junit/pom.xml
+++ b/src/etc/poms/ant-junit/pom.xml
@@ -45,7 +45,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
junit
junit
- 3.8.2
+ 4.11
compile
@@ -82,9 +82,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
org/apache/tools/ant/taskdefs/optional/junit/*
-
- org/apache/tools/ant/taskdefs/optional/junit/JUnit4TestMethodAdapter*
-
org/apache/tools/ant/taskdefs/optional/junit/
diff --git a/src/etc/poms/ant-junit4/pom.xml b/src/etc/poms/ant-junit4/pom.xml
deleted file mode 100644
index 0ef817663..000000000
--- a/src/etc/poms/ant-junit4/pom.xml
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-
-
-
- org.apache.ant
- ant-parent
- ../pom.xml
- 1.9.1-SNAPSHOT
-
- 4.0.0
- http://ant.apache.org/
- org.apache.ant
- ant-junit4
- 1.9.1-SNAPSHOT
- Apache Ant + JUnit 4
- contains JUnit 4.x support
-
-
- org.apache.ant
- ant
- 1.9.1-SNAPSHOT
- compile
-
-
- junit
- junit
- 4.11
- compile
-
-
-
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
-
-
- org/apache/tools/ant/taskdefs/optional/junit/JUnit4TestMethodAdapter*
-
-
-
-
- ../../../../src/main
- ../../../../src/testcases
- ../../../../target/${project.artifactId}/classes
- ../../../../target/${project.artifactId}/testcases
- ../../../../target/${project.artifactId}
-
-
diff --git a/src/etc/poms/pom.xml b/src/etc/poms/pom.xml
index 9df636432..f51b1217c 100644
--- a/src/etc/poms/pom.xml
+++ b/src/etc/poms/pom.xml
@@ -97,7 +97,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
ant-jmf
ant-jsch
ant-junit
- ant-junit4
ant-launcher
ant-netrexx
ant-swing
@@ -107,7 +106,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
junit
junit
- 3.8.2
+ 4.11
test