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
{{ message }}
This repository was archived by the owner on Apr 5, 2022. It is now read-only.
Doing a standard clone and build I got an error. Shouldn't this dependency be public without special authentication?
rest-shell jbayer$ ./gradlew installApp
:compileJava
FAILURE: Build failed with an exception.
* What went wrong:
Could not resolve all dependencies for configuration ':compile'.
> Could not find group:org.springframework.shell, module:spring-shell, version:1.0.1.BUILD-SNAPSHOT.
Required by:
org.springframework.data.rest.shell:rest-shell:1.2.2.RELEASE
> Could not resolve group:commons-codec, module:commons-codec, version:1.7.
Required by:
org.springframework.data.rest.shell:rest-shell:1.2.2.RELEASE
> Could not GET 'http://repo.springsource.org/libs-release/commons-codec/commons-codec/1.7/commons-codec-1.7.pom'. Received status code 401 from server: Unauthorized