spring-security-crypto2.gradle 346 B

123456789101112131415
  1. apply plugin: 'io.spring.convention.spring-module'
  2. dependencies {
  3. compile project(':spring-security-core2')
  4. compile 'org.springframework.security:spring-security-core'
  5. compile springCoreDependency
  6. testCompile 'junit:junit'
  7. testCompile 'org.assertj:assertj-core'
  8. testCompile 'org.mockito:mockito-core'
  9. }
  10. jacoco {
  11. toolVersion = '0.8.5'
  12. }