mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-06 06:49:53 -06:00
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:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user