Workaround for repeated attempt to download CAS server poms (GRADLE-1072)

This commit is contained in:
Luke Taylor 2010-07-28 20:04:15 +01:00
parent b5269625af
commit 52edf115ce
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ configurations {
}
dependencies {
casServer "org.jasig.cas:cas-server-webapp:3.4.2.1@war"
casServer("org.jasig.cas:cas-server-webapp:3.4.2.1") { transitive = false }
runtime project(':spring-security-web'),
project(':spring-security-cas'),