Skip to content

Commit

Permalink
Use QueryDSL from io.github.openfeign instead of com.querydsl
Browse files Browse the repository at this point in the history
  • Loading branch information
chairplus committed Jan 7, 2025
1 parent 4a9653b commit 001b479
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,20 +106,20 @@
<artifactId>hibernate-core</artifactId>
<version>6.1.4.Final</version>
</dependency>

<!-- QueryDSL -->
<dependency>
<groupId>com.querydsl</groupId>
<groupId>io.github.openfeign.querydsl</groupId>
<artifactId>querydsl-apt</artifactId>
<version>5.0.0</version>
<classifier>jakarta</classifier>
<version>6.10.1</version>
</dependency>

<dependency>
<groupId>com.querydsl</groupId>
<groupId>io.github.openfeign.querydsl</groupId>
<artifactId>querydsl-jpa</artifactId>
<version>5.0.0</version>
<classifier>jakarta</classifier>
<version>6.10.1</version>
</dependency>

<dependency>
<groupId>jakarta.annotation</groupId>
<artifactId>jakarta.annotation-api</artifactId>
Expand Down

0 comments on commit 001b479

Please sign in to comment.