Skip to content

Commit ec51d80

Browse files
authored
Excluded libraries containing vulnerabilities (#167)
1 parent 40ce894 commit ec51d80

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

ojdbc-provider-aws/pom.xml

+20
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,30 @@
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>

0 commit comments

Comments
 (0)