parent
10b517f7b6
commit
789a203355
|
@ -8,9 +8,15 @@ plugins {
|
||||||
repositories {
|
repositories {
|
||||||
jcenter()
|
jcenter()
|
||||||
maven { url "https://repo.spring.io/snapshot" }
|
maven { url "https://repo.spring.io/snapshot" }
|
||||||
|
maven { url "https://build.shibboleth.net/nexus/content/repositories/releases/" }
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
constraints {
|
||||||
|
implementation "org.opensaml:opensaml-core:4.1.1"
|
||||||
|
implementation "org.opensaml:opensaml-saml-api:4.1.1"
|
||||||
|
implementation "org.opensaml:opensaml-saml-impl:4.1.1"
|
||||||
|
}
|
||||||
implementation 'org.springframework.boot:spring-boot-starter-security'
|
implementation 'org.springframework.boot:spring-boot-starter-security'
|
||||||
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
|
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
|
||||||
implementation 'org.springframework.boot:spring-boot-starter-web'
|
implementation 'org.springframework.boot:spring-boot-starter-web'
|
||||||
|
|
Loading…
Reference in New Issue