Skip to content

Kotlin stdlib shouldn't be a transitive dependency #227

@tsegismont

Description

@tsegismont

Describe the bug

The POM file that is published to Maven Central declares the Kotlin stdlib as a transitive dependency.

But Kotlin is not used in production code

This dependency shouldn't be declared. It forces plain Java users to declare exclusions to avoid having a redundant JAR in their project distributions.

To Reproduce

See https://central.sonatype.com/artifact/com.graphql-java/java-dataloader/5.0.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions