This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-compress.git
The following commit(s) were added to refs/heads/master by this push: new 577fc979c Simplify dependencies by not using an optional dependency 577fc979c is described below commit 577fc979c6f6baa4327ea51c2e0cff8addd54538 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Feb 23 13:02:37 2024 -0500 Simplify dependencies by not using an optional dependency --- pom.xml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index c6855ee53..6e9f2a1e5 100644 --- a/pom.xml +++ b/pom.xml @@ -126,14 +126,12 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj. <optional>true</optional> </dependency> <dependency> - <!-- For org.apache.commons.compress.compressors.snappy: - - FramedSnappyCompressorInputStream - - FramedSnappyCompressorOutputStream - - org.apache.commons.compress.compressors.lz4 --> + <!-- For packages: + - org.apache.commons.compress.compressors.lz4 + - org.apache.commons.compress.compressors.snappy --> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> <version>1.16.1</version> - <optional>true</optional> </dependency> <!-- Pack200 -->