File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 4141 <properties >
4242 <annotations .version>23.0.0</annotations .version>
4343 <awaitility .version>4.2.2</awaitility .version>
44+ <commons-compress .version>1.27.1</commons-compress .version>
4445 <commons-lang3 .version>3.17.0</commons-lang3 .version>
4546 <connect-utils .version>1.0.3</connect-utils .version>
4647 <guava-bom .version>33.4.0-jre</guava-bom .version>
127128 <artifactId >junit</artifactId >
128129 <version >${junit.version} </version >
129130 </dependency >
131+ <dependency >
132+ <groupId >org.apache.commons</groupId >
133+ <artifactId >commons-compress</artifactId >
134+ <version >${commons-compress.version} </version >
135+ </dependency >
130136 <dependency >
131137 <groupId >org.apache.commons</groupId >
132138 <artifactId >commons-lang3</artifactId >
You can’t perform that action at this time.
0 commit comments