Remove Stray Dependency

This commit is contained in:
Josh Cummings
2024-11-05 15:01:12 -07:00
parent 5a7afc0fc7
commit d058ae66a1

View File

@@ -30,7 +30,6 @@ 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 {