浏览代码

Merge branch '6.4.x'

- 04f530b opensamlFiveTest.extendsFrom testRuntimeOnly

Issue gh-16757
Rob Winch 5 月之前
父节点
当前提交
c8fea962a0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      saml2/saml2-service-provider/spring-security-saml2-service-provider.gradle

+ 1 - 1
saml2/saml2-service-provider/spring-security-saml2-service-provider.gradle

@@ -2,7 +2,7 @@ apply plugin: 'io.spring.convention.spring-module'
 
 configurations {
 	opensamlFiveMain { extendsFrom(optional, provided) }
-	opensamlFiveTest { extendsFrom(opensamlFiveMain, testImplementation) }
+	opensamlFiveTest { extendsFrom(opensamlFiveMain, testImplementation, testRuntimeOnly) }
 }
 
 sourceSets {