diff --git a/querydsl-jpa/README.md b/querydsl-jpa/README.md index d9342fe9a..a7d6c7012 100644 --- a/querydsl-jpa/README.md +++ b/querydsl-jpa/README.md @@ -7,13 +7,6 @@ The JPA module provides integration with the JPA 2 persistence API. Add the following dependencies to your Maven project : ```XML - - com.querydsl - querydsl-apt - ${querydsl.version} - provided - - com.querydsl querydsl-jpa @@ -49,6 +42,13 @@ And now, configure the Maven APT plugin : + + + com.querydsl + querydsl-apt + ${querydsl.version} + ...