From 1c323b48006c82e824bed7c84f4df8eff203877e Mon Sep 17 00:00:00 2001 From: Thomas Risberg Date: Thu, 21 Jul 2011 11:30:28 -0400 Subject: [PATCH] changed dependency on "querydsl-mongodb" with "querydsl-core" --- spring-data-commons-core/pom.xml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/spring-data-commons-core/pom.xml b/spring-data-commons-core/pom.xml index 92adfdb56..56c5e1c72 100644 --- a/spring-data-commons-core/pom.xml +++ b/spring-data-commons-core/pom.xml @@ -77,15 +77,9 @@ com.mysema.querydsl - querydsl-mongodb + querydsl-core ${querydsl.version} true - - - com.google.code.morphia - morphia - -