Exlude netty deps since it's not beeing used.
This will avoid overloading the classpath, avoid conflicts with other libraries dependent on netty.
api("software.amazon.awssdk:s3") {
exclude("commons-logging", "commons-logging")
exclude(group = "software.amazon.awssdk", module = "netty-nio-client")
}
Exlude netty deps since it's not beeing used.
This will avoid overloading the classpath, avoid conflicts with other libraries dependent on netty.