File tree Expand file tree Collapse file tree 2 files changed +33
-0
lines changed
kogito-build/kogito-dependencies-bom
quarkus/addons/monitoring/prometheus/runtime Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Original file line number Diff line number Diff line change 883
883
<version >${version.black.ninia} </version >
884
884
</dependency >
885
885
886
+ <dependency >
887
+ <groupId >io.vertx</groupId >
888
+ <artifactId >vertx-grpc</artifactId >
889
+ <version >${version.io.vertx} </version >
890
+ </dependency >
886
891
<dependency >
887
892
<groupId >io.vertx</groupId >
888
893
<artifactId >vertx-grpc-server</artifactId >
Original file line number Diff line number Diff line change 41
41
<dependency >
42
42
<groupId >io.quarkus</groupId >
43
43
<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 >
44
64
</dependency >
45
65
<dependency >
46
66
<groupId >io.quarkus</groupId >
57
77
</exclusions >
58
78
<scope >runtime</scope >
59
79
</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 >
60
88
<dependency >
61
89
<groupId >io.vertx</groupId >
62
90
<artifactId >vertx-grpc-server</artifactId >
You can’t perform that action at this time.
0 commit comments