Does anyone have an idea how I can use Spring Data JPA and use Spring 3.1.0/3.1.1?
Spring Data JPA 1.0.3 depends on spring 3.0.5 so as soon as I add a spring data jpa as a dependency I get a conflict as I’m using 3.1.0.
I’ve tried using maven excludes but have had not had much success.
I am successfully integrating Spring Data JPA 1.0.3 with Spring 3.1.0. Here is a stripped
pom.xmlthat looks fine:Looking at transitive dependencies, everything seems OK:
What kind of conflicts do you have?