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.
This commit is contained in:
Oliver Gierke
2015-11-25 16:44:47 +01:00
parent c5263eabf5
commit 66f0a6d9f2

View File

@@ -116,7 +116,7 @@
</dependency>
<dependency>
<groupId>com.querydsl</groupId>
<groupId>com.mysema.querydsl</groupId>
<artifactId>querydsl-mongodb</artifactId>
<version>${querydsl}</version>
<scope>test</scope>