File tree 1 file changed +13
-0
lines changed
kogito-build/kogito-dependencies-bom 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 73
73
<version .jakarta.validation-api>3.0.2</version .jakarta.validation-api>
74
74
<version .jakarta.xml.bind-api>4.0.1</version .jakarta.xml.bind-api>
75
75
76
+ <version .io.netty>4.1.118.Final</version .io.netty>
77
+
76
78
<version .io.cloudevents>2.3.0</version .io.cloudevents>
77
79
<!--
78
80
We add Fabric8 here to use as a basis for Addons/Kubernetes
422
424
<version >${version.io.smallrye.reactive.mutiny-vertx-web-client} </version >
423
425
</dependency >
424
426
427
+ <dependency >
428
+ <groupId >io.netty</groupId >
429
+ <artifactId >netty-handler</artifactId >
430
+ <version >${version.io.netty} </version >
431
+ </dependency >
432
+ <dependency >
433
+ <groupId >io.netty</groupId >
434
+ <artifactId >netty-common</artifactId >
435
+ <version >${version.io.netty} </version >
436
+ </dependency >
437
+
425
438
<!-- metrics - monitoring -->
426
439
<dependency >
427
440
<groupId >io.micrometer</groupId >
You can’t perform that action at this time.
0 commit comments