Skip to content

Commit

Permalink
Use junit BOM.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed Sep 29, 2024
1 parent cd0afcd commit 40b6042
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 8 deletions.
12 changes: 12 additions & 0 deletions com.io7m.jaccord.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,18 @@
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-commons</artifactId>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-engine</artifactId>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
</dependency>

<dependency>
<groupId>org.jaudiolibs</groupId>
Expand Down
15 changes: 7 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@

<!-- Third-party dependencies. -->
<io7m.org.immutables.version>2.10.1</io7m.org.immutables.version>
<org.junit.version>5.11.1</org.junit.version>
</properties>

<inceptionYear>2017</inceptionYear>
Expand Down Expand Up @@ -149,15 +150,13 @@
<artifactId>jnajack</artifactId>
<version>1.4.0</version>
</dependency>

<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.11.0</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.11.0</version>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>${org.junit.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 40b6042

Please sign in to comment.