I am trying to use the latest MongoDB release, 1.0.0.M3 along with the Spring Data JPA project, but I am getting error on deployment due to what looks like some project incompatibilities (renamed classes).

The Spring Data JPA 1.0.0.M2 relies on spring-data-commons-core 1.0.0.M5 release which the MongoDB 1.0.0.M3 is expecting the 1.1.0.M1 release of the data-commons-core project.

Is there an combination of the two that I can use???