mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-02-23 06:58:58 +00:00
This reverts commit e9619fb0e7459528f7861faab3b06c7bb6b21bd0, reversing changes made to 45a1490d5d713d39cad11ac2cdfddf7820e09f4b.
13 lines
342 B
Groovy
13 lines
342 B
Groovy
apply plugin: 'io.spring.convention.spring-module'
|
|
|
|
dependencies {
|
|
compile project(':spring-security-core')
|
|
compile project(':spring-security-web')
|
|
|
|
compile("org.opensaml:opensaml-core")
|
|
compile("org.opensaml:opensaml-saml-api")
|
|
compile("org.opensaml:opensaml-saml-impl")
|
|
|
|
provided 'javax.servlet:javax.servlet-api'
|
|
}
|