Skip to content

exclude netty-nio-client from software.amazon.awssdk #924

Description

@mihaisdm

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")
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions