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