Workaround for repeated attempt to download CAS server poms (GRADLE-1072)
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user