1
0
mirror of synced 2026-08-05 01:36:56 +00:00

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 -1
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'),