mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-09 23:12:06 -03:30
removing vertx-uri-template as a dependency (#22470)
there's no usage of UriTemplate (smallrye or vertx in keycloak / fabric8), so it can be removed from server and the operator Closes #22468
This commit is contained in:
parent
75ee99a59b
commit
b216895baf
@ -58,6 +58,12 @@
|
||||
<dependency>
|
||||
<groupId>io.quarkiverse.operatorsdk</groupId>
|
||||
<artifactId>quarkus-operator-sdk</artifactId>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>io.vertx</groupId>
|
||||
<artifactId>vertx-uri-template</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.quarkiverse.operatorsdk</groupId>
|
||||
@ -86,6 +92,12 @@
|
||||
<dependency>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-kubernetes-client</artifactId>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>io.vertx</groupId>
|
||||
<artifactId>vertx-uri-template</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.quarkus</groupId>
|
||||
|
||||
@ -18,6 +18,12 @@
|
||||
<dependency>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-vertx-http</artifactId>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>io.vertx</groupId>
|
||||
<artifactId>vertx-uri-template</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.quarkus</groupId>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user