This is an automated email from the ASF dual-hosted git repository.

bodewig pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant-antlibs-compress.git


The following commit(s) were added to refs/heads/master by this push:
     new 4cd5fc1  let Ivy tak care of compress transitive dependencies this lib 
doesn't need at compile time
4cd5fc1 is described below

commit 4cd5fc192cf07ade33a1df8018cde0dde0376d69
Author: Stefan Bodewig <[email protected]>
AuthorDate: Sun Jul 19 08:34:23 2026 +0200

    let Ivy tak care of compress transitive dependencies this lib doesn't need 
at compile time
---
 ivy.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/ivy.xml b/ivy.xml
index 6b8fdd7..eedfdc6 100644
--- a/ivy.xml
+++ b/ivy.xml
@@ -56,9 +56,7 @@
               e:classifier="ivy"/>
   </publications>
   <dependencies>
-    <dependency org="org.apache.commons" name="commons-compress" rev="1.26.0" 
conf="default"/>
-    <dependency org="commons-codec" name="commons-codec" rev="1.22.0" 
conf="default"/>
-    <dependency org="org.ow2.asm" name="asm" rev="9.6" conf="default"/>
+    <dependency org="org.apache.commons" name="commons-compress" rev="1.26.0" 
conf="default->default,optional"/>
     <dependency org="org.tukaani" name="xz" rev="1.12" conf="default"/>
     <dependency org="org.brotli" name="dec" rev="0.1.2" conf="default"/>
     <dependency org="com.github.luben" name="zstd-jni" rev="1.5.7-11" 
conf="default"/>

Reply via email to