Browse Source

Replaced Spaces with Tabs

Updated the .gradle file for SAML 2.0 Service Provider to use tabs
pull/8962/head
Josh Cummings 5 years ago
parent
commit
506786f46e
No known key found for this signature in database
GPG Key ID: 49EF60DD7FF83443
  1. 12
      saml2/saml2-service-provider/spring-security-saml2-service-provider.gradle

12
saml2/saml2-service-provider/spring-security-saml2-service-provider.gradle

@ -1,12 +1,12 @@
apply plugin: 'io.spring.convention.spring-module' apply plugin: 'io.spring.convention.spring-module'
dependencies { dependencies {
compile project(':spring-security-core') compile project(':spring-security-core')
compile project(':spring-security-web') compile project(':spring-security-web')
compile("org.opensaml:opensaml-core") compile("org.opensaml:opensaml-core")
compile("org.opensaml:opensaml-saml-api") compile("org.opensaml:opensaml-saml-api")
compile("org.opensaml:opensaml-saml-impl") compile("org.opensaml:opensaml-saml-impl")
provided 'javax.servlet:javax.servlet-api' provided 'javax.servlet:javax.servlet-api'
} }

Loading…
Cancel
Save