spring-attic / rest-shell

Command-line shell for interacting with Spring HATEOAS-compliant REST resources
Apache License 2.0
455 stars 100 forks source link

Getting unauthorized exception while building spring using gradle #38

Closed hanjirui closed 10 years ago

hanjirui commented 11 years ago

Shouldn't this dependency be public without special authentication?

jerry

jbrisbin commented 11 years ago

Looks like the Spring Artifactory repo hasn't pulled this dependency in yet and only authenticated users can get it to cache a new artifact. Someone with credentials will need to run the build to make sure this dependency has been pulled in.

/cc @markpollack

hanjirui commented 10 years ago

Thanks for jbrisbin, the file had been added to Spring repo already.