소스 검색

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 {