Replaced Spaces with Tabs

Updated the .gradle file for SAML 2.0 Service Provider to use tabs
This commit is contained in:
Josh Cummings 2020-08-05 00:20:20 -06:00
parent b999faa5a0
commit 506786f46e
No known key found for this signature in database
GPG Key ID: 49EF60DD7FF83443

View File

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