grails-spring-security-core icon indicating copy to clipboard operation
grails-spring-security-core copied to clipboard

Problem with dependency com.nimbusds:nimbus-jose-jwt:8.12

Open nlsjr opened this issue 3 years ago • 1 comments

I'm having a problem trying to download the dependency

org.grails.plugins:spring-security-rest:3.0.1. I'm getting the following error:

Execution failed for task ':compileGroovy'.

Could not resolve all files for ':compileClasspath' configuration. Could not resolve net.minidev:json-smart:[1.3.1,2.3]. Asked by: project : > org.grails.plugins:spring-security-rest:3.0.1 > com.nimbusds:nimbus-jose-jwt:8.12 Failed to list versions for net.minidev:json-smart. Unable to load Maven metadata from http://dl.bintray.com/agorapulse/plugins/net/minidev/json-smart/maven-metadata.xml. Could not get resource 'http://dl.bintray.com/agorapulse/plugins/net/minidev/json-smart/maven-metadata.xml'. Could not GET 'http://dl.bintray.com/agorapulse/plugins/net/minidev/json-smart/maven-metadata.xml'. Status code 502 received from server: Bad Gateway

nlsjr avatar Feb 24 '22 19:02 nlsjr

@nlsjr The repository dl.bintray.com has been shut down. Please read https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/

I think you maybe able to resolve the artifact from Maven Central. See https://mvnrepository.com/artifact/net.minidev/json-smart/

puneetbehl avatar Feb 24 '22 19:02 puneetbehl