diff --git a/src/test/resources/org/springframework/data/redis/config/namespace.xml b/src/test/resources/org/springframework/data/redis/config/namespace.xml
index 916b05aa2..6620556f5 100644
--- a/src/test/resources/org/springframework/data/redis/config/namespace.xml
+++ b/src/test/resources/org/springframework/data/redis/config/namespace.xml
@@ -3,9 +3,9 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:redis="http://www.springframework.org/schema/redis"
xmlns:task="http://www.springframework.org/schema/task"
- xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
- http://www.springframework.org/schema/task http://www.springframework.org/schema/task/spring-task.xsd
- http://www.springframework.org/schema/redis http://www.springframework.org/schema/redis/spring-redis.xsd">
+ xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd
+ http://www.springframework.org/schema/task https://www.springframework.org/schema/task/spring-task.xsd
+ http://www.springframework.org/schema/redis https://www.springframework.org/schema/redis/spring-redis.xsd">
diff --git a/src/test/resources/org/springframework/data/redis/connection/jedis/JedisConnectionIntegrationTests-context.xml b/src/test/resources/org/springframework/data/redis/connection/jedis/JedisConnectionIntegrationTests-context.xml
index c613994a1..30ea0a7b8 100644
--- a/src/test/resources/org/springframework/data/redis/connection/jedis/JedisConnectionIntegrationTests-context.xml
+++ b/src/test/resources/org/springframework/data/redis/connection/jedis/JedisConnectionIntegrationTests-context.xml
@@ -1,7 +1,7 @@
+ xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd">
+ xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd">
diff --git a/src/test/resources/org/springframework/data/redis/listener/container.xml b/src/test/resources/org/springframework/data/redis/listener/container.xml
index e1c815767..db6c56e1f 100644
--- a/src/test/resources/org/springframework/data/redis/listener/container.xml
+++ b/src/test/resources/org/springframework/data/redis/listener/container.xml
@@ -1,7 +1,7 @@
+ xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans-3.0.xsd">
diff --git a/src/test/resources/org/springframework/data/redis/pe.xml b/src/test/resources/org/springframework/data/redis/pe.xml
index 947bfc42b..a8be5b961 100644
--- a/src/test/resources/org/springframework/data/redis/pe.xml
+++ b/src/test/resources/org/springframework/data/redis/pe.xml
@@ -2,7 +2,7 @@
+ xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans-3.0.xsd">
diff --git a/src/test/resources/org/springframework/data/redis/support/collections/container.xml b/src/test/resources/org/springframework/data/redis/support/collections/container.xml
index 144ac4791..d59de8bd7 100644
--- a/src/test/resources/org/springframework/data/redis/support/collections/container.xml
+++ b/src/test/resources/org/springframework/data/redis/support/collections/container.xml
@@ -3,8 +3,8 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:p="http://www.springframework.org/schema/p"
xmlns:redis="http://www.springframework.org/schema/redis"
- xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
- http://www.springframework.org/schema/redis http://www.springframework.org/schema/redis/spring-redis.xsd">
+ xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd
+ http://www.springframework.org/schema/redis https://www.springframework.org/schema/redis/spring-redis.xsd">