Skip to content

Commit

Permalink
Use same smallrye-common dependencies across independent subprojects
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Feb 14, 2025
1 parent 4dc3ae8 commit e5eb8e9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions independent-projects/arc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
<version.jboss-logging>3.6.0.Final</version.jboss-logging>
<version.mutiny>2.6.2</version.mutiny>
<version.bridger>1.6.Final</version.bridger>
<version.smallrye-common>2.10.0</version.smallrye-common>
<!-- test versions -->
<version.assertj>3.26.3</version.assertj>
<version.junit5>5.10.3</version.junit5>
Expand Down Expand Up @@ -77,6 +78,13 @@
<dependencyManagement>

<dependencies>
<dependency>
<groupId>io.smallrye.common</groupId>
<artifactId>smallrye-common-bom</artifactId>
<version>${version.smallrye-common}</version>
<type>pom</type>
<scope>import</scope>
</dependency>

<dependency>
<groupId>io.quarkus.arc</groupId>
Expand Down
8 changes: 8 additions & 0 deletions independent-projects/qute/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
<version.jandex>3.2.3</version.jandex>
<version.gizmo>1.8.0</version.gizmo>
<version.jboss-logging>3.6.0.Final</version.jboss-logging>
<version.smallrye-common>2.10.0</version.smallrye-common>
<version.smallrye-mutiny>2.6.2</version.smallrye-mutiny>
</properties>

Expand All @@ -53,6 +54,13 @@

<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.smallrye.common</groupId>
<artifactId>smallrye-common-bom</artifactId>
<version>${version.smallrye-common}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<!-- JUnit 5 dependencies, imported as a BOM -->
<dependency>
<groupId>org.junit</groupId>
Expand Down

0 comments on commit e5eb8e9

Please sign in to comment.