2
0

spring-security-saml2-service-provider.gradle 375 B

1234567891011121314
  1. apply plugin: 'io.spring.convention.spring-module'
  2. dependencies {
  3. compile project(':spring-security-core')
  4. compile project(':spring-security-web')
  5. compile("org.opensaml:opensaml-core")
  6. compile("org.opensaml:opensaml-saml-api")
  7. compile("org.opensaml:opensaml-saml-impl")
  8. provided 'javax.servlet:javax.servlet-api'
  9. testCompile 'com.squareup.okhttp3:mockwebserver'
  10. }