From 7be467cd4df81f05b541e223d7143831b405d0a5 Mon Sep 17 00:00:00 2001 From: Kevin Wooten Date: Fri, 26 Apr 2024 15:14:43 -0700 Subject: [PATCH] Update to new 3.10 extension names for Quarkus Rest --- deployment/pom.xml | 2 +- integration-tests/pom.xml | 2 +- runtime/pom.xml | 2 +- zanzibar-authzed/integration-tests/pom.xml | 4 ++-- zanzibar-openfga/integration-tests/pom.xml | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/deployment/pom.xml b/deployment/pom.xml index df9a69f..962d7af 100644 --- a/deployment/pom.xml +++ b/deployment/pom.xml @@ -19,7 +19,7 @@ io.quarkus - quarkus-resteasy-reactive-server-spi-deployment + quarkus-rest-server-spi-deployment io.quarkiverse.zanzibar diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index c19a324..3d41c9a 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -14,7 +14,7 @@ io.quarkus - quarkus-resteasy-reactive + quarkus-rest io.quarkiverse.zanzibar diff --git a/runtime/pom.xml b/runtime/pom.xml index 98706ad..bc94bfd 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -24,7 +24,7 @@ io.quarkus - quarkus-resteasy-reactive + quarkus-rest provided diff --git a/zanzibar-authzed/integration-tests/pom.xml b/zanzibar-authzed/integration-tests/pom.xml index c9ce6ef..8cf8911 100644 --- a/zanzibar-authzed/integration-tests/pom.xml +++ b/zanzibar-authzed/integration-tests/pom.xml @@ -14,11 +14,11 @@ io.quarkus - quarkus-resteasy-reactive + quarkus-rest io.quarkus - quarkus-resteasy-reactive-jackson + quarkus-rest-jackson io.quarkus diff --git a/zanzibar-openfga/integration-tests/pom.xml b/zanzibar-openfga/integration-tests/pom.xml index 89a8534..346dfd8 100644 --- a/zanzibar-openfga/integration-tests/pom.xml +++ b/zanzibar-openfga/integration-tests/pom.xml @@ -14,11 +14,11 @@ io.quarkus - quarkus-resteasy-reactive + quarkus-rest io.quarkus - quarkus-resteasy-reactive-jackson + quarkus-rest-jackson io.quarkus