Skip to content

Commit 62b566a

Browse files
committed
Make Querydsl dependency "provided". (#1388)
Closes #1387.
1 parent 1efa3d0 commit 62b566a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
<groupId>com.querydsl</groupId>
4646
<artifactId>querydsl-apt</artifactId>
4747
<version>${querydsl}</version>
48+
<scope>provided</scope>
4849
</dependency>
4950

5051
<dependency>

0 commit comments

Comments
 (0)