Guest User

Untitled

a guest
May 27th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. dependencies {
  2. ...
  3.  
  4. compile(
  5. 'org.springframework.security:spring-security-core:3.0.2.RELEASE',
  6. 'org.springframework.security:spring-security-config:3.0.2.RELEASE',
  7. 'org.springframework.security:spring-security-web:3.0.2.RELEASE') {
  8. transitive = false
  9. }
  10. }
Add Comment
Please, Sign In to add comment