File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 4949 <version .jboss-logging>3.6.1.Final</version .jboss-logging>
5050 <version .mutiny>2.8.0</version .mutiny>
5151 <version .bridger>1.6.Final</version .bridger>
52+ <version .smallrye-common>2.10.0</version .smallrye-common>
5253 <!-- test versions -->
5354 <version .assertj>3.27.3</version .assertj>
5455 <version .junit5>5.10.5</version .junit5>
7778 <dependencyManagement >
7879
7980 <dependencies >
81+ <dependency >
82+ <groupId >io.smallrye.common</groupId >
83+ <artifactId >smallrye-common-bom</artifactId >
84+ <version >${version.smallrye-common} </version >
85+ <type >pom</type >
86+ <scope >import</scope >
87+ </dependency >
8088
8189 <dependency >
8290 <groupId >io.quarkus.arc</groupId >
Original file line number Diff line number Diff line change 4343 <version .jandex>3.2.6</version .jandex>
4444 <version .gizmo>1.8.0</version .gizmo>
4545 <version .jboss-logging>3.6.1.Final</version .jboss-logging>
46+ <version .smallrye-common>2.10.0</version .smallrye-common>
4647 <version .smallrye-mutiny>2.8.0</version .smallrye-mutiny>
4748 </properties >
4849
5354
5455 <dependencyManagement >
5556 <dependencies >
57+ <dependency >
58+ <groupId >io.smallrye.common</groupId >
59+ <artifactId >smallrye-common-bom</artifactId >
60+ <version >${version.smallrye-common} </version >
61+ <type >pom</type >
62+ <scope >import</scope >
63+ </dependency >
5664 <!-- JUnit 5 dependencies, imported as a BOM -->
5765 <dependency >
5866 <groupId >org.junit</groupId >
You can’t perform that action at this time.
0 commit comments