Skip to content

Commit

Permalink
Move the import of smallrye-common-bom higher up to make sure other B…
Browse files Browse the repository at this point in the history
…OMs don't accidentally bring in unexpected versions of smallrye-common-*
  • Loading branch information
aloubyansky committed Apr 2, 2024
1 parent e00af30 commit bd65ef7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,15 @@

<!-- External BOMs -->

<!-- Smallrye Common dependencies, imported as a BOM -->
<dependency>
<groupId>io.smallrye.common</groupId>
<artifactId>smallrye-common-bom</artifactId>
<version>${smallrye-common.version}</version>
<scope>import</scope>
<type>pom</type>
</dependency>

<!-- Netty dependencies, imported as a BOM -->
<dependency>
<groupId>io.netty</groupId>
Expand Down Expand Up @@ -342,15 +351,6 @@
<type>pom</type>
</dependency>

<!-- Smallrye Common dependencies, imported as a BOM -->
<dependency>
<groupId>io.smallrye.common</groupId>
<artifactId>smallrye-common-bom</artifactId>
<version>${smallrye-common.version}</version>
<scope>import</scope>
<type>pom</type>
</dependency>

<!-- Micrometer Core and Registries, imported as BOM -->
<dependency>
<groupId>io.micrometer</groupId>
Expand Down

0 comments on commit bd65ef7

Please sign in to comment.