Skip to content

Commit

Permalink
DATAJPA-160 - Removed versions from XSD schema references.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
odrotbohm committed Jan 31, 2012
1 parent 5af865f commit 2ac8b13
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 2ac8b13

Please sign in to comment.