mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-09 23:12:06 -03:30
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:
parent
fd1d237e91
commit
568590fcdd
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user