Skip to content

Commit 6cb74a4

Browse files
committed
Exclude netty-nio-client and crt-core from spring-cloud-aws-starter-s3 dependency
1 parent 72bdaf0 commit 6cb74a4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,16 @@
178178
<dependency>
179179
<groupId>io.awspring.cloud</groupId>
180180
<artifactId>spring-cloud-aws-starter-s3</artifactId>
181+
<exclusions>
182+
<exclusion>
183+
<groupId>software.amazon.awssdk</groupId>
184+
<artifactId>netty-nio-client</artifactId>
185+
</exclusion>
186+
<exclusion>
187+
<groupId>software.amazon.awssdk</groupId>
188+
<artifactId>crt-core</artifactId>
189+
</exclusion>
190+
</exclusions>
181191
</dependency>
182192
<dependency>
183193
<groupId>am.ik.pagination</groupId>

0 commit comments

Comments
 (0)