문제

I'm tried to install spring security core plugin and I have this error:

Loading Grails 2.2.4
| Configuring classpath
| Error Failed to resolve dependencies (Set log level to 'warn' in BuildConfig.groovy for more information):
- org.springframework.security:spring-security-core:3.2.0.RC1
- org.springframework.security:spring-security-web:3.2.0.RC1

How can I fix it?

도움이 되었습니까?

해결책

You need to add the custom snapshot/rc repository to the BuildConfigs repositories block

repositories {
  mavenRepo "http://repo.spring.io/milestone/"
}
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top