Move refreshable-metadata to use docker IdP

Issue gh-127
This commit is contained in:
Josh Cummings
2024-11-04 22:33:45 -07:00
parent ecec3f9c11
commit 84738c5940
6 changed files with 129 additions and 12 deletions

View File

@@ -13,6 +13,8 @@ repositories {
maven { url "https://build.shibboleth.net/nexus/content/repositories/releases/" }
}
sourceSets.main.java.srcDirs += "$projectDir/../identity-provider/src/main/java"
sourceSets.main.resources.srcDirs += "$projectDir/../identity-provider/src/main/resources"
dependencies {
constraints {
@@ -28,6 +30,7 @@ dependencies {
testImplementation 'org.htmlunit:htmlunit'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'org.springframework.security:spring-security-test'
runtimeOnly "org.springframework.boot:spring-boot-docker-compose"
}
tasks.withType(Test).configureEach {