浏览代码

Remove Stray Dependency

Josh Cummings 9 月之前
父节点
当前提交
d058ae66a1
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      servlet/spring-boot/java/saml2/refreshable-metadata/build.gradle

+ 0 - 1
servlet/spring-boot/java/saml2/refreshable-metadata/build.gradle

@@ -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 {