Skip to content

Instantly share code, notes, and snippets.

@sw-samuraj
Last active January 22, 2018 10:31
Show Gist options
  • Save sw-samuraj/e15d1ff37f306c0251e22389e4285510 to your computer and use it in GitHub Desktop.
Save sw-samuraj/e15d1ff37f306c0251e22389e4285510 to your computer and use it in GitHub Desktop.
ext {
springVersion = '5.0.2.RELEASE'
springSecurityVersion = '5.0.0.RELEASE'
springSamlVersion = '1.0.3.RELEASE'
}
dependencies {
implementation "org.springframework:spring-webmvc:${springVersion}"
implementation "org.springframework.security:spring-security-web:${springSecurityVersion}"
implementation "org.springframework.security:spring-security-config:${springSecurityVersion}"
implementation "org.springframework.security.extensions:spring-security-saml2-core:${springSamlVersion}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment