From bf6a517cd073495d2eb21f68283846694a9dc579 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Thu, 8 Dec 2016 16:03:00 +0100 Subject: [PATCH] DATAJPA-939 - Fix Querydsl APT setup after compiler plugin update. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 01c1e44c1..dc7c17b59 100644 --- a/pom.xml +++ b/pom.xml @@ -555,7 +555,7 @@ process - target/generated-sources/annotations + target/generated-sources/querydsl @@ -565,7 +565,7 @@ test-process - target/generated-test-sources/test-annotations + target/generated-test-sources/test-querydsl org.springframework.data.jpa.repository.util.JpaClassUtilsUnitTests.NamedUser,org.springframework.data.jpa.repository.query.ParameterBinderUnitTests.SampleEmbeddable