Commit f3c3e75 1 parent 1141951 commit f3c3e75 Copy full SHA for f3c3e75
File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 41
41
<properties >
42
42
<annotations .version>23.0.0</annotations .version>
43
43
<awaitility .version>4.2.2</awaitility .version>
44
+ <commons-compress .version>1.27.1</commons-compress .version>
44
45
<commons-lang3 .version>3.17.0</commons-lang3 .version>
45
46
<connect-utils .version>1.0.3</connect-utils .version>
46
47
<guava-bom .version>33.4.0-jre</guava-bom .version>
127
128
<artifactId >junit</artifactId >
128
129
<version >${junit.version} </version >
129
130
</dependency >
131
+ <dependency >
132
+ <groupId >org.apache.commons</groupId >
133
+ <artifactId >commons-compress</artifactId >
134
+ <version >${commons-compress.version} </version >
135
+ </dependency >
130
136
<dependency >
131
137
<groupId >org.apache.commons</groupId >
132
138
<artifactId >commons-lang3</artifactId >
You can’t perform that action at this time.
0 commit comments