File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 677677 <!-- Commons Collections - https://commons.apache.org/proper/commons-collections/ -->
678678 <commons-collections .version>3.2.2</commons-collections .version>
679679
680+ <!-- Commons Compress - https://commons.apache.org/proper/commons-compress/ -->
681+ <commons-compress .version>1.18</commons-compress .version>
682+
680683 <!-- Commons IO - https://commons.apache.org/proper/commons-io/ -->
681684 <commons-io .version>2.6</commons-io .version>
682685
27302733 <version >${commons-collections.version} </version >
27312734 </dependency >
27322735
2736+ <!-- Commons Compress - https://commons.apache.org/proper/commons-compress/ -->
2737+ <dependency >
2738+ <groupId >org.apache.commons</groupId >
2739+ <artifactId >commons-compress</artifactId >
2740+ <version >${commons-compress.version} </version >
2741+ </dependency >
2742+
27332743 <!-- Commons IO - https://commons.apache.org/proper/commons-io/ -->
27342744 <dependency >
27352745 <groupId >commons-io</groupId >
You can’t perform that action at this time.
0 commit comments