You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Upgrading
json-smart
to2.4.5
for issue#67 and issue#10.Forcing
json-smart
to 2.4.5 with the following:But it causes the following error:
Had to force
accessors-smart
to2.4.2
with the following to compile:Looks like
json-smart-2.4.5
upgrades the dependencyaccessors-smart
to 2.4.3, butaccessors-smart-2.4.3.jar
is unavailable in Maven Central?The text was updated successfully, but these errors were encountered: