File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 691691 <!-- Commons Collections - https://commons.apache.org/proper/commons-collections/ -->
692692 <commons-collections .version>3.2.2</commons-collections .version>
693693
694+ <!-- Commons Compress - https://commons.apache.org/proper/commons-compress/ -->
695+ <commons-compress .version>1.18</commons-compress .version>
696+
694697 <!-- Commons IO - https://commons.apache.org/proper/commons-io/ -->
695698 <commons-io .version>2.6</commons-io .version>
696699
27052708 <version >${commons-collections.version} </version >
27062709 </dependency >
27072710
2711+ <!-- Commons Compress - https://commons.apache.org/proper/commons-compress/ -->
2712+ <dependency >
2713+ <groupId >org.apache.commons</groupId >
2714+ <artifactId >commons-compress</artifactId >
2715+ <version >${commons-compress.version} </version >
2716+ </dependency >
2717+
27082718 <!-- Commons IO - https://commons.apache.org/proper/commons-io/ -->
27092719 <dependency >
27102720 <groupId >commons-io</groupId >
You can’t perform that action at this time.
0 commit comments