Skip to content

Commit 842f303

Browse files
author
Gabriele-Cardosi
committed
[incubator-kie-issues#1571] Unify io.vertx:vertx-grpc* dependencies
1 parent bb3bcc0 commit 842f303

File tree

2 files changed

+33
-0
lines changed
  • kogito-build/kogito-dependencies-bom
  • quarkus/addons/monitoring/prometheus/runtime

2 files changed

+33
-0
lines changed

kogito-build/kogito-dependencies-bom/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -883,6 +883,11 @@
883883
<version>${version.black.ninia}</version>
884884
</dependency>
885885

886+
<dependency>
887+
<groupId>io.vertx</groupId>
888+
<artifactId>vertx-grpc</artifactId>
889+
<version>${version.io.vertx}</version>
890+
</dependency>
886891
<dependency>
887892
<groupId>io.vertx</groupId>
888893
<artifactId>vertx-grpc-server</artifactId>

quarkus/addons/monitoring/prometheus/runtime/pom.xml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,26 @@
4141
<dependency>
4242
<groupId>io.quarkus</groupId>
4343
<artifactId>quarkus-resteasy</artifactId>
44+
<exclusions>
45+
<exclusion>
46+
<groupId>io.vertx</groupId>
47+
<artifactId>vertx-grpc-common</artifactId>
48+
</exclusion>
49+
</exclusions>
50+
</dependency>
51+
<dependency>
52+
<groupId>io.quarkus</groupId>
53+
<artifactId>quarkus-grpc-common</artifactId>
54+
<exclusions>
55+
<exclusion>
56+
<groupId>io.vertx</groupId>
57+
<artifactId>vertx-grpc</artifactId>
58+
</exclusion>
59+
<exclusion>
60+
<groupId>io.vertx</groupId>
61+
<artifactId>vertx-grpc-common</artifactId>
62+
</exclusion>
63+
</exclusions>
4464
</dependency>
4565
<dependency>
4666
<groupId>io.quarkus</groupId>
@@ -57,6 +77,14 @@
5777
</exclusions>
5878
<scope>runtime</scope>
5979
</dependency>
80+
<dependency>
81+
<groupId>io.vertx</groupId>
82+
<artifactId>vertx-grpc</artifactId>
83+
</dependency>
84+
<dependency>
85+
<groupId>io.vertx</groupId>
86+
<artifactId>vertx-grpc-common</artifactId>
87+
</dependency>
6088
<dependency>
6189
<groupId>io.vertx</groupId>
6290
<artifactId>vertx-grpc-server</artifactId>

0 commit comments

Comments
 (0)