Skip to content

Commit 04e2826

Browse files
committed
Use QueryDSL from io.github.openfeign instead of com.querydsl
1 parent 4a9653b commit 04e2826

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

pom.xml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -106,20 +106,19 @@
106106
<artifactId>hibernate-core</artifactId>
107107
<version>6.1.4.Final</version>
108108
</dependency>
109+
110+
<!-- QueryDSL -->
109111
<dependency>
110-
<groupId>com.querydsl</groupId>
112+
<groupId>io.github.openfeign.querydsl</groupId>
111113
<artifactId>querydsl-apt</artifactId>
112-
<version>5.0.0</version>
113-
<classifier>jakarta</classifier>
114+
<version>6.10.1</version>
114115
</dependency>
115-
116116
<dependency>
117-
<groupId>com.querydsl</groupId>
117+
<groupId>io.github.openfeign.querydsl</groupId>
118118
<artifactId>querydsl-jpa</artifactId>
119-
<version>5.0.0</version>
120-
<classifier>jakarta</classifier>
119+
<version>6.10.1</version>
121120
</dependency>
122-
121+
123122
<dependency>
124123
<groupId>jakarta.annotation</groupId>
125124
<artifactId>jakarta.annotation-api</artifactId>

0 commit comments

Comments
 (0)