Last active
January 22, 2018 10:31
-
-
Save sw-samuraj/e15d1ff37f306c0251e22389e4285510 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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