File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8484 </dependency >
8585 <!--
8686 ! Pulled in as a direct dependency to resolve conflicts.
87- ! We want the most recent commons-io compatible to the target JDK.
87+ ! We want the most recent commons-io/commons-compress compatible to the target JDK.
8888 -->
8989 <dependency >
9090 <groupId >commons-io</groupId >
9191 <artifactId >commons-io</artifactId >
9292 <version >2.6</version >
9393 </dependency >
94+ <dependency >
95+ <groupId >org.apache.commons</groupId >
96+ <artifactId >commons-compress</artifactId >
97+ <version >1.20</version >
98+ </dependency >
9499
95100 <dependency >
96101 <groupId >org.codehaus.plexus</groupId >
97102 <artifactId >plexus-archiver</artifactId >
98- <version >4.2.4 </version >
103+ <version >4.2.7 </version >
99104 </dependency >
100105 <!--
101106 ! plexus-archiver needs this, or else maven-artifact will
You can’t perform that action at this time.
0 commit comments