add antunit as test dependency

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

Branch: refs/heads/master
Commit: c3bdae5cf99808416ca7cb4604d46ed70fc1460f
Parents: b6aada7
Author: Stefan Bodewig <bode...@apache.org>
Authored: Tue Feb 6 12:06:59 2018 +0100
Committer: Stefan Bodewig <bode...@apache.org>
Committed: Tue Feb 6 12:06:59 2018 +0100

----------------------------------------------------------------------
 ivy.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/blob/c3bdae5c/ivy.xml
----------------------------------------------------------------------
diff --git a/ivy.xml b/ivy.xml
index 88d170d..c31ca03 100644
--- a/ivy.xml
+++ b/ivy.xml
@@ -60,5 +60,7 @@
     <dependency org="org.tukaani" name="xz" rev="1.8" conf="default"/>
     <dependency org="org.brotli" name="dec" rev="0.1.2" conf="default"/>
     <dependency org="junit" name="junit" rev="4.12" conf="test->default"/>
+    <dependency org="org.apache.ant" name="ant-antunit" rev="1.3"
+                conf="test->default" transitive="false"  />
   </dependencies>
 </ivy-module>

Reply via email to