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
2 changed files with 10 additions and 0 deletions
|
@ -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…
Reference in a new issue