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 2017/12/10 08:30:10 UTC

ant git commit: ORO module compiles junit4 tests

Repository: ant
Updated Branches:
  refs/heads/1.9.x 168b405e3 -> 7fdf27e94


ORO module compiles junit4 tests


Project: http://git-wip-us.apache.org/repos/asf/ant/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/7fdf27e9
Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/7fdf27e9
Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/7fdf27e9

Branch: refs/heads/1.9.x
Commit: 7fdf27e947a3a2239e77a77540db00bbdf5c5bf0
Parents: 168b405
Author: Stefan Bodewig <bo...@apache.org>
Authored: Sun Dec 10 09:29:41 2017 +0100
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Sun Dec 10 09:29:41 2017 +0100

----------------------------------------------------------------------
 src/etc/poms/ant-apache-oro/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/7fdf27e9/src/etc/poms/ant-apache-oro/pom.xml
----------------------------------------------------------------------
diff --git a/src/etc/poms/ant-apache-oro/pom.xml b/src/etc/poms/ant-apache-oro/pom.xml
index cb1a487..6665346 100644
--- a/src/etc/poms/ant-apache-oro/pom.xml
+++ b/src/etc/poms/ant-apache-oro/pom.xml
@@ -48,6 +48,12 @@
       <version>2.0.8</version>
       <scope>compile</scope>
     </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.11</version>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
   <build>
     <plugins>