From 0c48b6bc7f9113de018ab552281e8edef0cd515e Mon Sep 17 00:00:00 2001 From: Steve Riesenberg Date: Thu, 7 Jul 2022 12:20:11 -0500 Subject: [PATCH] Use relative schema location for tests Issue gh-11328 Issue gh-11353 Issue gh-11365 --- .../org/springframework/security/config/method-security.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/src/test/resources/org/springframework/security/config/method-security.xml b/config/src/test/resources/org/springframework/security/config/method-security.xml index deb40d17b8..89a1a30eaf 100644 --- a/config/src/test/resources/org/springframework/security/config/method-security.xml +++ b/config/src/test/resources/org/springframework/security/config/method-security.xml @@ -6,7 +6,7 @@ xmlns:tx="http://www.springframework.org/schema/tx" xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans-3.0.xsd http://www.springframework.org/schema/tx https://www.springframework.org/schema/tx/spring-tx.xsd - http://www.springframework.org/schema/security https://www.springframework.org/schema/security/spring-security.xsd"> + http://www.springframework.org/schema/security org/springframework/security/config/spring-security-5.8.xsd">