DATAJPA-160 - Removed versions from XSD schema references.

The fixed versions caused issues when used with newer versions of Spring. Removing the version number will cause the one used at runtime to be pulled in.
This commit is contained in:
Oliver Gierke
2012-01-31 17:02:29 +01:00
parent 5af865f1e5
commit 2ac8b13093

View File

@@ -9,10 +9,9 @@
<xsd:import namespace="http://www.springframework.org/schema/tool" />
<xsd:import namespace="http://www.springframework.org/schema/context"
schemaLocation="http://www.springframework.org/schema/context/spring-context-3.0.xsd" />
schemaLocation="http://www.springframework.org/schema/context/spring-context.xsd" />
<xsd:import namespace="http://www.springframework.org/schema/data/repository"
schemaLocation="http://www.springframework.org/schema/data/repository/spring-repository-1.0.xsd" />
schemaLocation="http://www.springframework.org/schema/data/repository/spring-repository.xsd" />
<xsd:complexType name="jpa-repository">
<xsd:complexContent>