Skip to content

Commit 506786f

Browse files
committed
Replaced Spaces with Tabs
Updated the .gradle file for SAML 2.0 Service Provider to use tabs
1 parent b999faa commit 506786f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
apply plugin: 'io.spring.convention.spring-module'
22

33
dependencies {
4-
compile project(':spring-security-core')
5-
compile project(':spring-security-web')
4+
compile project(':spring-security-core')
5+
compile project(':spring-security-web')
66

7-
compile("org.opensaml:opensaml-core")
8-
compile("org.opensaml:opensaml-saml-api")
9-
compile("org.opensaml:opensaml-saml-impl")
7+
compile("org.opensaml:opensaml-core")
8+
compile("org.opensaml:opensaml-saml-api")
9+
compile("org.opensaml:opensaml-saml-impl")
1010

11-
provided 'javax.servlet:javax.servlet-api'
11+
provided 'javax.servlet:javax.servlet-api'
1212
}

0 commit comments

Comments
 (0)