Skip to content

Commit 78a37b0

Browse files
committed
Make Querydsl dependency "provided".
Closes #1387.
1 parent ddfbc1f commit 78a37b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
<groupId>com.querydsl</groupId>
4949
<artifactId>querydsl-apt</artifactId>
5050
<version>${querydsl}</version>
51+
<scope>provided</scope>
5152
</dependency>
5253

5354
<dependency>

0 commit comments

Comments
 (0)