Repository: ant-antlibs-compress Updated Branches: refs/heads/master a0f2bae0d -> 1e6deecd3
adding the antunit dependency causes more problems than it solves 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/1e6deecd Tree: http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/tree/1e6deecd Diff: http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/diff/1e6deecd Branch: refs/heads/master Commit: 1e6deecd327d27fb2e05fc96aa8451441a96cb73 Parents: a0f2bae Author: Stefan Bodewig <bode...@apache.org> Authored: Sat Jul 19 15:32:27 2014 +0200 Committer: Stefan Bodewig <bode...@apache.org> Committed: Sat Jul 19 15:32:27 2014 +0200 ---------------------------------------------------------------------- ivy.xml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/blob/1e6deecd/ivy.xml ---------------------------------------------------------------------- diff --git a/ivy.xml b/ivy.xml index d9e5faf..7f9284e 100644 --- a/ivy.xml +++ b/ivy.xml @@ -58,6 +58,5 @@ <dependency org="org.apache.commons" name="commons-compress" rev="1.8" conf="default"/> <dependency org="org.tukaani" name="xz" rev="1.5" conf="default"/> <dependency org="junit" name="junit" rev="4.11" conf="test->default"/> - <dependency org="org.apache.ant" name="ant-antunit" rev="1.3" conf="test->default"/> </dependencies> </ivy-module>