You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2014/03/15 08:22:32 UTC

svn commit: r1577797 - /ant/core/trunk/src/etc/poms/ant/pom.xml

Author: bodewig
Date: Sat Mar 15 07:22:32 2014
New Revision: 1577797

URL: http://svn.apache.org/r1577797
Log:
some of our tests require JUnit4

Modified:
    ant/core/trunk/src/etc/poms/ant/pom.xml

Modified: ant/core/trunk/src/etc/poms/ant/pom.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant/pom.xml?rev=1577797&r1=1577796&r2=1577797&view=diff
==============================================================================
--- ant/core/trunk/src/etc/poms/ant/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/ant/pom.xml Sat Mar 15 07:22:32 2014
@@ -42,6 +42,12 @@
       <version>1.9.4-SNAPSHOT</version>
       <scope>compile</scope>
     </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.11</version>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
   <build>
     <filters>