Skip to content

Commit c8fea96

Browse files
committed
Merge branch '6.4.x'
- 04f530b opensamlFiveTest.extendsFrom testRuntimeOnly Issue gh-16757
2 parents 40d0642 + 04f530b commit c8fea96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: saml2/saml2-service-provider/spring-security-saml2-service-provider.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'io.spring.convention.spring-module'
22

33
configurations {
44
opensamlFiveMain { extendsFrom(optional, provided) }
5-
opensamlFiveTest { extendsFrom(opensamlFiveMain, testImplementation) }
5+
opensamlFiveTest { extendsFrom(opensamlFiveMain, testImplementation, testRuntimeOnly) }
66
}
77

88
sourceSets {

0 commit comments

Comments
 (0)