This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch ivy-1670-use-modern-xmlunit
in repository https://gitbox.apache.org/repos/asf/ant-ivy.git
The following commit(s) were added to refs/heads/ivy-1670-use-modern-xmlunit by
this push:
new 440b98e9 pack200 now requires asm which is marked optional in
commons-compress
440b98e9 is described below
commit 440b98e991f689d1987cb6fd263b2b47736555ae
Author: Stefan Bodewig <[email protected]>
AuthorDate: Sun Jul 19 11:31:20 2026 +0200
pack200 now requires asm which is marked optional in commons-compress
---
ivy.xml | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/ivy.xml b/ivy.xml
index 9856f6ee..a93a6d34 100644
--- a/ivy.xml
+++ b/ivy.xml
@@ -47,7 +47,13 @@
<dependencies>
<dependency org="org.apache.ant" name="ant"
rev="${apache-ant.version}" conf="default,ant"/>
<dependency org="org.apache.httpcomponents" name="httpclient"
rev="${httpclient.version}" conf="default,httpclient->runtime,master"/>
- <dependency org="org.apache.commons" name="commons-compress"
rev="${commons-compress.version}" conf="default,pack200"/>
+ <dependency org="org.apache.commons" name="commons-compress"
+ rev="${commons-compress.version}"
+ conf="default,pack200->default,optional">
+ <exclude org="com.github.luben"/>
+ <exclude org="org.brotli"/>
+ <exclude org="org.tikaani"/>
+ </dependency>
<dependency org="org.apache.commons" name="commons-vfs2"
rev="${commons-vfs2.version}" conf="default,vfs"/>
<dependency org="oro" name="oro" rev="${oro.version}"
conf="default,oro"/>
<dependency org="com.jcraft" name="jsch" rev="${jsch.version}"
conf="default,sftp"/>