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