File tree Expand file tree Collapse file tree 1 file changed +18
-6
lines changed Expand file tree Collapse file tree 1 file changed +18
-6
lines changed Original file line number Diff line number Diff line change 197197 <scope >test</scope >
198198 </dependency >
199199
200+ <dependency >
201+ <groupId >org.apache.commons</groupId >
202+ <artifactId >commons-lang3</artifactId >
203+ <scope >test</scope >
204+ </dependency >
205+
200206 <dependency >
201207 <groupId >org.assertj</groupId >
202208 <artifactId >assertj-core</artifactId >
240246 <scope >test</scope >
241247 </dependency >
242248
249+ <dependency >
250+ <groupId >software.amazon.awssdk</groupId >
251+ <artifactId >apache-client</artifactId >
252+ <scope >test</scope >
253+ <exclusions >
254+ <exclusion >
255+ <groupId >commons-logging</groupId >
256+ <artifactId >commons-logging</artifactId >
257+ </exclusion >
258+ </exclusions >
259+ </dependency >
260+
243261 <dependency >
244262 <groupId >software.amazon.awssdk</groupId >
245263 <artifactId >auth</artifactId >
262280 <groupId >software.amazon.awssdk</groupId >
263281 <artifactId >s3</artifactId >
264282 <scope >test</scope >
265- <exclusions >
266- <exclusion >
267- <groupId >software.amazon.awssdk</groupId >
268- <artifactId >apache-client</artifactId >
269- </exclusion >
270- </exclusions >
271283 </dependency >
272284
273285 <dependency >
You can’t perform that action at this time.
0 commit comments