Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
cliu123 opened this issue Jun 24, 2021 · 3 comments

Comments

@cliu123
Copy link

cliu123 commented Jun 24, 2021

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?

@cliu123
Copy link
Author

cliu123 commented Jun 24, 2021

@cliu123
Copy link
Author

cliu123 commented Jun 25, 2021

accessors-smart-2.4.3.jar is missing at here. But accessors-smart-2.4.2.jar is available. Is this expected?

@shoothzj
Copy link
Collaborator

I think it's unexpected.
You can use version >= 2.4.7.
I will close this issue, feel free to reopen it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants