From 3604ee45f391183d67dbdd2b0a03040bd0215942 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 10 Apr 2012 17:58:31 +0200 Subject: [PATCH] Removed versions from XSD references from test config files. --- src/test/resources/application-context.xml | 4 ++-- src/test/resources/infrastructure.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/test/resources/application-context.xml b/src/test/resources/application-context.xml index 5efdb5b89..d99d31cad 100644 --- a/src/test/resources/application-context.xml +++ b/src/test/resources/application-context.xml @@ -2,8 +2,8 @@ + xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd"> diff --git a/src/test/resources/infrastructure.xml b/src/test/resources/infrastructure.xml index f9c563882..37b3c5b91 100644 --- a/src/test/resources/infrastructure.xml +++ b/src/test/resources/infrastructure.xml @@ -3,7 +3,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:jdbc="http://www.springframework.org/schema/jdbc" xsi:schemaLocation="http://www.springframework.org/schema/jdbc http://www.springframework.org/schema/jdbc/spring-jdbc.xsd - http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd"> + http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">