From 45b95d7b3694886e03ada96a344836305311967b Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Fri, 1 Mar 2024 09:47:44 +0100 Subject: [PATCH] Fix api-docs-dist after removal of resteasy-core (#27407) Closes #27406 Signed-off-by: stianst --- distribution/api-docs-dist/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/distribution/api-docs-dist/pom.xml b/distribution/api-docs-dist/pom.xml index 09341aa5bd6..dc67e12f110 100755 --- a/distribution/api-docs-dist/pom.xml +++ b/distribution/api-docs-dist/pom.xml @@ -48,6 +48,11 @@ org.keycloak keycloak-authz-client + + io.quarkus.resteasy.reactive + resteasy-reactive + provided +