Skip to content

Gradle metadata for jackson-core 2.15.0 adds dependency on ch.randelshofer:fastdoubleparser #999

Description

@chrisr3

We have updated our Gradle build to use Jackson 2.15.0, but have noticed that

'ch.randelshofer:fastdoubleparser:0.8.0'

has now been included as a transitive compile dependency. This appears to be due to:

"dependencies": [
    {
        "group": "ch.randelshofer",
        "module": "fastdoubleparser",
        "version": {
            "requires": "0.8.0"
        }
    },

being included in jackson-core-2.15.0.module, which unfortunately is clobbering the contents of the POM.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions