summaryrefslogtreecommitdiff
path: root/src/etc/poms/pom.xml
diff options
context:
space:
mode:
authormclarke <mclarke@unknown>2013-04-23 19:45:49 +0000
committermclarke <mclarke@unknown>2013-04-23 19:45:49 +0000
commit7a1aff605d0d7726e3d9ff03366f32bc4e5c7e7b (patch)
tree5f4c156740fb67432aed0b4254132e74954d2371 /src/etc/poms/pom.xml
parent6af38183767fe6db8bcada1ad9d50a5f571c82f7 (diff)
downloadant-7a1aff605d0d7726e3d9ff03366f32bc4e5c7e7b.tar.gz
Re-introduce JUnit3/JUnit4 split
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1471115 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/etc/poms/pom.xml')
-rw-r--r--src/etc/poms/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/etc/poms/pom.xml b/src/etc/poms/pom.xml
index f51b1217c..9df636432 100644
--- a/src/etc/poms/pom.xml
+++ b/src/etc/poms/pom.xml
@@ -97,6 +97,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<module>ant-jmf</module>
<module>ant-jsch</module>
<module>ant-junit</module>
+ <module>ant-junit4</module>
<module>ant-launcher</module>
<module>ant-netrexx</module>
<module>ant-swing</module>
@@ -106,7 +107,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.11</version>
+ <version>3.8.2</version>
<scope>test</scope>
</dependency>
</dependencies>