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 <pzaoral@redhat.com>
This commit is contained in:
Peter Zaoral 2023-08-17 08:53:35 +02:00 committed by GitHub
parent fd1d237e91
commit 568590fcdd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View file

@ -97,6 +97,10 @@
<groupId>io.vertx</groupId>
<artifactId>vertx-uri-template</artifactId>
</exclusion>
<exclusion>
<groupId>com.aayushatharva.brotli4j</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>

View file

@ -28,6 +28,12 @@
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-vertx</artifactId>
<exclusions>
<exclusion>
<groupId>com.aayushatharva.brotli4j</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>