From 568590fcdd1bac7db813ee51acb5e155e668591a Mon Sep 17 00:00:00 2001 From: Peter Zaoral Date: Thu, 17 Aug 2023 08:53:35 +0200 Subject: [PATCH] Remove Brotli dependencies from the distribution and operator (#22484) * excluded the dependencies from the keycloak-quarkus-server and operator poms Closes #22482 Signed-off-by: Peter Zaoral --- operator/pom.xml | 4 ++++ quarkus/runtime/pom.xml | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/operator/pom.xml b/operator/pom.xml index bc098bcae3..20be9deb6b 100644 --- a/operator/pom.xml +++ b/operator/pom.xml @@ -97,6 +97,10 @@ io.vertx vertx-uri-template + + com.aayushatharva.brotli4j + * + diff --git a/quarkus/runtime/pom.xml b/quarkus/runtime/pom.xml index 5e208bc3ac..19b135dcb6 100644 --- a/quarkus/runtime/pom.xml +++ b/quarkus/runtime/pom.xml @@ -28,6 +28,12 @@ io.quarkus quarkus-vertx + + + com.aayushatharva.brotli4j + * + + io.quarkus