spring-guides / tut-spring-security-and-angular-js

Spring Security and Angular:: A tutorial on how to use Spring Security with a single page application with various backend architectures, ranging from a simple single server to an API gateway with OAuth2 authentication.

Home Page:https://spring.io/guides/tutorials/spring-security-and-angular-js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

some dependency download links dead

chaitanyathengdi opened this issue · comments

While building projects in this tutorial I found the IDE(Netbeans) tries to download dependencies from these links and gets stuck:
http://repository.codehaus.org/org/codehaus/groovy/groovy-eclipse-batch/maven-metadata.xml
http://nexus.codehaus.org/snapshots/org/codehaus/groovy/groovy-eclipse-batch/maven-metadata.xml

When I visited codehaus.org in chrome I got DNS_PROBE_FINISHED_NXDOMAIN error, meaning no such domain exists. This leads me to suspect these links won't work anymore.

Will it be possible to replace this with other links(by changing dependencies in the POM and such)?

There are no "links" to those sites that we can control in this project. It's annoying, and it's a bug in the groovy-eclipse compiler pom, but not one we can fix here. If you can build on the command line though, it should work fine from an IDE (I can't say I've tried Netbeans, but it definitely still works in Eclipse).

I removed all the groovy code from the samples, so this doesn't apply any more.