I am trying to do the tutorial of the Grails openId plugin. I created a test app and followed exactly the steps from the tutorial of Burt Beckwith http://grails-plugins.github.com/grails-spring-security-openid/docs/manual/guide/3.%20Tutorials.html
But when I am already on the steps of doing this: $ grails s2-quickstart com.openidtest User Role
it displays an error:
Error Failed to resolve dependencies (Set log level to 'warn' in BuildConfig.groovy for more information):
- com.google.code.guice:guice:2.0
Can someone please tell me why? I already added this to the BuildConfig.groovy: mavenRepo "http://guice-maven.googlecode.com/svn/trunk/" but it still doesnt work.
Please help, thank you