Bladeren bron

Merge branch '6.4.x'

- 04f530b opensamlFiveTest.extendsFrom testRuntimeOnly

Issue gh-16757
Rob Winch 5 maanden geleden
bovenliggende
commit
c8fea962a0
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  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 {