I'm trying to run-app and I've got an 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-acl:3.2.0.RC1
Also, I tried "compile" and "Resolve dependences" and error is same. My BootConfig.groovy:
plugins {
...
compile ":spring-security-core:2.0-RC2"
compile ":spring-security-acl:2.0-RC1"
....
}
And I have a needed plugins in c:\grails\grails-2.2.4\plugins\
spring-security-acl-2.0-RC1.zip
spring-security-acl-2.0-RC1.pom
spring-security-core-2.0-RC2.zip
spring-security-core-2.0-RC2.pom
I have no access to Internet from my workstation, so I've installed plugins manually.
Please, provide a solution for resolve this problem.