Skip to content

!!!URGENT!!! Upgrading to json-smart 2.4.5 causes missing dependency net.minidev:accessors-smart:jar:2.4.3 #14

@cliu123

Description

@cliu123

Upgrading json-smart to 2.4.5 for issue#67 and issue#10.
Forcing json-smart to 2.4.5 with the following:

            <dependency>
                <groupId>net.minidev</groupId>
                <artifactId>json-smart</artifactId>
                <version>2.4.5</version>
            </dependency>

But it causes the following error:

Failed to execute goal on project opensearch-security: Could not resolve dependencies for project org.opensearch:opensearch-security:jar:1.0.0.0-rc1: Could not find artifact net.minidev:accessors-smart:jar:2.4.3 in central (https://repo.maven.apache.org/maven2) -> [Help 1]

Had to force accessors-smart to 2.4.2 with the following to compile:

            <dependency>
                <groupId>net.minidev</groupId>
                <artifactId>accessors-smart</artifactId>
                <version>2.4.2</version>
            </dependency>

Looks like json-smart-2.4.5 upgrades the dependency accessors-smart to 2.4.3, but accessors-smart-2.4.3.jar is unavailable in Maven Central?

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