From 66f0a6d9f2ace663dc54a5cda965b1f355e31258 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Wed, 25 Nov 2015 16:44:47 +0100 Subject: [PATCH] DATAREST-712 - Fixed Querydsl setup. We accidentally backported the groupId of Querydsl 4 into the bugfix branch. This is now reverted back to the 3.x groupId. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 70642e020..c6b02dd7b 100644 --- a/pom.xml +++ b/pom.xml @@ -116,7 +116,7 @@ - com.querydsl + com.mysema.querydsl querydsl-mongodb ${querydsl} test