Skip to content

Commit

Permalink
Use new percentpass, JUnit BOM.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed May 12, 2024
1 parent 3081671 commit bfa521e
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

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

<inceptionYear>2017</inceptionYear>
Expand Down Expand Up @@ -148,19 +148,16 @@
<version>3.16.1</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>${junit.version}</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>${junit.version}</version>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>${org.junit.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.io7m.percentpass</groupId>
<artifactId>com.io7m.percentpass.extension</artifactId>
<version>0.0.3</version>
<version>1.0.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit bfa521e

Please sign in to comment.