File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 3737 <dependency >
3838 <groupId >software.amazon.awssdk</groupId >
3939 <artifactId >s3</artifactId >
40+ <exclusions >
41+ <exclusion >
42+ <groupId >commons-io</groupId >
43+ <artifactId >commons-io</artifactId >
44+ </exclusion >
45+ <exclusion >
46+ <groupId >com.github.tomakehurst</groupId >
47+ <artifactId >wiremock-jre8</artifactId >
48+ </exclusion >
49+ </exclusions >
4050 </dependency >
4151 <dependency >
4252 <groupId >software.amazon.awssdk</groupId >
4353 <artifactId >auth</artifactId >
54+ <exclusions >
55+ <exclusion >
56+ <groupId >commons-io</groupId >
57+ <artifactId >commons-io</artifactId >
58+ </exclusion >
59+ <exclusion >
60+ <groupId >com.github.tomakehurst</groupId >
61+ <artifactId >wiremock-jre8</artifactId >
62+ </exclusion >
63+ </exclusions >
4464 </dependency >
4565 <dependency >
4666 <groupId >software.amazon.awssdk</groupId >
You can’t perform that action at this time.
0 commit comments