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 583
583
<artifactId >commons-io</artifactId >
584
584
<version >${commons.io.version} </version >
585
585
</dependency >
586
+ <dependency >
587
+ <groupId >org.apache.commons</groupId >
588
+ <artifactId >commons-compress</artifactId >
589
+ <version >${commons.compress.version} </version >
590
+ </dependency >
586
591
<dependency >
587
592
<groupId >org.httpunit</groupId >
588
593
<artifactId >httpunit</artifactId >
667
672
<maven-plugin-version >1.0.0</maven-plugin-version >
668
673
<assertj .core.version>3.25.3</assertj .core.version>
669
674
<commons .io.version>2.16.0</commons .io.version>
675
+ <commons .compress.version>1.26.1</commons .compress.version>
670
676
<awaitility-version >4.2.1</awaitility-version >
671
677
<client-java-version >16.0.3</client-java-version >
672
678
<kotlin-stdlib-version >1.9.23</kotlin-stdlib-version >
You can’t perform that action at this time.
0 commit comments