Skip to content

Commit d20b52a

Browse files
committed
Resteasy extension has been released with the artifact id quarkus-rest
Signed-off-by: Marvin Froeder <[email protected]>
1 parent 5b985a2 commit d20b52a

File tree

2 files changed

+3
-6
lines changed
  • querydsl-examples/querydsl-example-jpa-quarkus
  • querydsl-tooling/querydsl-ksp-codegen

2 files changed

+3
-6
lines changed

querydsl-examples/querydsl-example-jpa-quarkus/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@
4444
</dependency>
4545
<dependency>
4646
<groupId>io.quarkus</groupId>
47-
<artifactId>quarkus-resteasy-reactive</artifactId>
47+
<artifactId>quarkus-rest</artifactId>
4848
</dependency>
4949
<dependency>
5050
<groupId>io.quarkus</groupId>
51-
<artifactId>quarkus-resteasy-reactive-jackson</artifactId>
51+
<artifactId>quarkus-rest-jackson</artifactId>
5252
</dependency>
5353
<dependency>
5454
<groupId>io.quarkus</groupId>

querydsl-tooling/querydsl-ksp-codegen/pom.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project
3-
xmlns="http://maven.apache.org/POM/4.0.0"
4-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
63
<modelVersion>4.0.0</modelVersion>
74
<parent>
85
<groupId>io.github.openfeign.querydsl</groupId>

0 commit comments

Comments
 (0)