File tree 1 file changed +20
-0
lines changed
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 37
37
<dependency >
38
38
<groupId >software.amazon.awssdk</groupId >
39
39
<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 >
40
50
</dependency >
41
51
<dependency >
42
52
<groupId >software.amazon.awssdk</groupId >
43
53
<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 >
44
64
</dependency >
45
65
<dependency >
46
66
<groupId >software.amazon.awssdk</groupId >
You can’t perform that action at this time.
0 commit comments