From 307833a43c3ce471422791e51b02d6de91ac8b00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20=C3=89pardaud?= Date: Tue, 19 Mar 2024 13:42:24 +0100 Subject: [PATCH] =?UTF-8?q?Rename=20dependencies=20after=20Quarkus=20REST?= =?UTF-8?q?=20Big=20Rename=E2=84=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backoffice/deployment/pom.xml | 8 ++++++-- backoffice/runtime/pom.xml | 8 ++++++-- deployment/pom.xml | 10 +++------- integration-tests/pom.xml | 2 +- oidc/pom.xml | 4 ++-- runtime/pom.xml | 8 ++++---- test/pom.xml | 2 +- transporter/deployment/pom.xml | 8 ++++++-- transporter/runtime/pom.xml | 8 ++++++-- 9 files changed, 35 insertions(+), 23 deletions(-) diff --git a/backoffice/deployment/pom.xml b/backoffice/deployment/pom.xml index 9dd3313..3a1a7e2 100644 --- a/backoffice/deployment/pom.xml +++ b/backoffice/deployment/pom.xml @@ -19,11 +19,15 @@ io.quarkus - quarkus-resteasy-reactive-deployment + quarkus-rest-deployment io.quarkus - quarkus-resteasy-reactive-qute-deployment + quarkus-rest-jackson-deployment + + + io.quarkus + quarkus-rest-qute-deployment io.quarkus diff --git a/backoffice/runtime/pom.xml b/backoffice/runtime/pom.xml index c53b330..8b1041e 100644 --- a/backoffice/runtime/pom.xml +++ b/backoffice/runtime/pom.xml @@ -37,11 +37,15 @@ io.quarkus - quarkus-resteasy-reactive + quarkus-rest io.quarkus - quarkus-resteasy-reactive-qute + quarkus-rest-jackson + + + io.quarkus + quarkus-rest-qute io.quarkus.qute diff --git a/deployment/pom.xml b/deployment/pom.xml index 89766cb..e6c6f3e 100644 --- a/deployment/pom.xml +++ b/deployment/pom.xml @@ -27,15 +27,11 @@ io.quarkus - quarkus-resteasy-reactive-deployment + quarkus-rest-deployment io.quarkus - quarkus-resteasy-reactive-qute-deployment - - - io.quarkus - quarkus-reactive-routes-deployment + quarkus-rest-qute-deployment io.quarkus @@ -51,7 +47,7 @@ io.quarkus - quarkus-csrf-reactive-deployment + quarkus-rest-csrf-deployment io.quarkiverse.renarde diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 4886909..a61d6a3 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -11,7 +11,7 @@ io.quarkus - quarkus-resteasy-reactive + quarkus-rest io.quarkus diff --git a/oidc/pom.xml b/oidc/pom.xml index d4d3413..58a82f8 100644 --- a/oidc/pom.xml +++ b/oidc/pom.xml @@ -28,11 +28,11 @@ io.quarkus - quarkus-rest-client-reactive + quarkus-rest-client io.quarkus - quarkus-rest-client-reactive-jackson + quarkus-rest-client-jackson ${project.groupId} diff --git a/runtime/pom.xml b/runtime/pom.xml index 8b88bc3..29487d0 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -27,15 +27,15 @@ io.quarkus - quarkus-resteasy-reactive + quarkus-security io.quarkus - quarkus-resteasy-reactive-qute + quarkus-rest io.quarkus - quarkus-reactive-routes + quarkus-rest-qute io.quarkus @@ -47,7 +47,7 @@ io.quarkus - quarkus-csrf-reactive + quarkus-rest-csrf io.quarkus.qute diff --git a/test/pom.xml b/test/pom.xml index a283992..0d97005 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -27,7 +27,7 @@ io.quarkus - quarkus-csrf-reactive + quarkus-rest-csrf io.rest-assured diff --git a/transporter/deployment/pom.xml b/transporter/deployment/pom.xml index 9360f4e..6b7281c 100644 --- a/transporter/deployment/pom.xml +++ b/transporter/deployment/pom.xml @@ -19,11 +19,15 @@ io.quarkus - quarkus-resteasy-reactive-deployment + quarkus-rest-deployment io.quarkus - quarkus-resteasy-reactive-qute-deployment + quarkus-rest-jackson-deployment + + + io.quarkus + quarkus-rest-qute-deployment io.quarkus diff --git a/transporter/runtime/pom.xml b/transporter/runtime/pom.xml index 359e6d5..bd6499f 100644 --- a/transporter/runtime/pom.xml +++ b/transporter/runtime/pom.xml @@ -37,11 +37,15 @@ io.quarkus - quarkus-resteasy-reactive + quarkus-rest io.quarkus - quarkus-resteasy-reactive-qute + quarkus-rest-jackson + + + io.quarkus + quarkus-rest-qute io.quarkus.qute