From 3e984963332dabbb103907ae9c60c423f6fbe615 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Mon, 16 Nov 2015 18:16:30 +0100 Subject: [PATCH] DATAREST-708 - Upgrade to Querydsl 4. --- spring-data-rest-webmvc/pom.xml | 8 ++++---- ...tResourceInformationHandlerMethodArgumentResolver.java | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/spring-data-rest-webmvc/pom.xml b/spring-data-rest-webmvc/pom.xml index c87da0ef4..b2c86f2b1 100644 --- a/spring-data-rest-webmvc/pom.xml +++ b/spring-data-rest-webmvc/pom.xml @@ -88,11 +88,11 @@ json-patch 1.7 - + - + - com.mysema.querydsl + com.querydsl querydsl-core ${querydsl} true @@ -466,7 +466,7 @@ ${apt} - com.mysema.querydsl + com.querydsl querydsl-apt ${querydsl} diff --git a/spring-data-rest-webmvc/src/main/java/org/springframework/data/rest/webmvc/config/QuerydslAwareRootResourceInformationHandlerMethodArgumentResolver.java b/spring-data-rest-webmvc/src/main/java/org/springframework/data/rest/webmvc/config/QuerydslAwareRootResourceInformationHandlerMethodArgumentResolver.java index 722a84b2a..93193c3a1 100644 --- a/spring-data-rest-webmvc/src/main/java/org/springframework/data/rest/webmvc/config/QuerydslAwareRootResourceInformationHandlerMethodArgumentResolver.java +++ b/spring-data-rest-webmvc/src/main/java/org/springframework/data/rest/webmvc/config/QuerydslAwareRootResourceInformationHandlerMethodArgumentResolver.java @@ -32,7 +32,7 @@ import org.springframework.util.LinkedMultiValueMap; import org.springframework.util.MultiValueMap; import org.springframework.web.method.support.HandlerMethodArgumentResolver; -import com.mysema.query.types.Predicate; +import com.querydsl.core.types.Predicate; /** * {@link HandlerMethodArgumentResolver} to create {@link RootResourceInformation} for injection into Spring MVC