Преглед на файлове

Use relative schema location for tests

Issue gh-11328
Issue gh-11353
Issue gh-11365
Steve Riesenberg преди 3 години
родител
ревизия
0c48b6bc7f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      config/src/test/resources/org/springframework/security/config/method-security.xml

+ 1 - 1
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">
 
 	<tx:annotation-driven />