diff --git a/spring-data-mongodb-parent/pom.xml b/spring-data-mongodb-parent/pom.xml index 359654e67..6c44f8a7a 100644 --- a/spring-data-mongodb-parent/pom.xml +++ b/spring-data-mongodb-parent/pom.xml @@ -297,7 +297,7 @@ org.apache.maven.plugins maven-compiler-plugin - 2.4 + 2.5.1 1.5 1.5 @@ -378,6 +378,10 @@ spring-plugins-release http://repo.springsource.org/plugins-release + + querydsl + http://source.mysema.com/maven2/releases + diff --git a/spring-data-mongodb/pom.xml b/spring-data-mongodb/pom.xml index 825778673..eb923eb58 100644 --- a/spring-data-mongodb/pom.xml +++ b/spring-data-mongodb/pom.xml @@ -69,19 +69,6 @@ querydsl-mongodb ${querydsl.version} true - - - com.google.code.morphia - morphia - - - - - - com.mysema.querydsl - querydsl-apt - ${querydsl.version} - provided @@ -131,7 +118,14 @@ com.mysema.maven maven-apt-plugin - 1.0.2 + 1.0.4 + + + com.mysema.querydsl + querydsl-apt + ${querydsl.version} + + generate-test-sources