From 412aafb3f5763fd0f3377f65ef41faa461397f07 Mon Sep 17 00:00:00 2001 From: Chris Laprun Date: Fri, 3 May 2024 13:47:21 +0200 Subject: [PATCH] chore(deps): remove reactive-named dependencies Signed-off-by: Chris Laprun --- samples/joke/pom.xml | 4 ++-- samples/pingpong/pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/samples/joke/pom.xml b/samples/joke/pom.xml index ad60d44fb..65425ebc1 100644 --- a/samples/joke/pom.xml +++ b/samples/joke/pom.xml @@ -30,11 +30,11 @@ io.quarkus - quarkus-resteasy-reactive-jackson + quarkus-rest-jackson io.quarkus - quarkus-rest-client-reactive-jackson + quarkus-rest-client-jackson io.quarkus diff --git a/samples/pingpong/pom.xml b/samples/pingpong/pom.xml index e8c9730b1..28207f735 100644 --- a/samples/pingpong/pom.xml +++ b/samples/pingpong/pom.xml @@ -26,11 +26,11 @@ io.quarkus - quarkus-resteasy-reactive-jackson + quarkus-rest-jackson io.quarkus - quarkus-rest-client-reactive-jackson + quarkus-rest-client-jackson io.quarkus