Skip to content

Commit

Permalink
Use the JUnit BOM
Browse files Browse the repository at this point in the history
So Dependabot can update all the artifacts in a single PR.
See quarkusio#20083
  • Loading branch information
gastaldi committed Sep 13, 2021
1 parent 7fbc27f commit bb4837c
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions independent-projects/tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,15 @@
</modules>
<dependencyManagement>
<dependencies>
<!-- JUnit 5 dependencies, imported as a BOM -->
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>${junit.version}</version>
<scope>import</scope>
<type>pom</type>
</dependency>

<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-devtools-artifact-api</artifactId>
Expand Down Expand Up @@ -184,12 +193,6 @@
<artifactId>jboss-logging</artifactId>
<version>${jboss-logging.version}</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-bootstrap-core</artifactId>
Expand Down

0 comments on commit bb4837c

Please sign in to comment.