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 7c9431457 Add comment 7c9431457 is described below commit 7c943145731bdde85574a717089e7d8105a99ac7 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Dec 21 14:35:34 2023 -0500 Add comment --- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 05d4eb27c..fb50e621c 100644 --- a/pom.xml +++ b/pom.xml @@ -120,8 +120,9 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj. </dependency> <dependency> <!-- For org.apache.commons.compress.compressors.snappy: - FramedSnappyCompressorInputStream - FramedSnappyCompressorOutputStream --> + - FramedSnappyCompressorInputStream + - FramedSnappyCompressorOutputStream + - org.apache.commons.compress.compressors.lz4 --> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> <version>1.16.0</version>