Skip to content

Commit

Permalink
Use property and dependency BOM.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed May 30, 2024
1 parent 2e729e4 commit cea4741
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@
<com.io7m.xstructural.version>1.8.0</com.io7m.xstructural.version>

<!-- Third-party dependencies. -->
<helidon.version>4.0.8</helidon.version>
<jqwik.version>1.8.5</jqwik.version>
<junit.version>5.10.2</junit.version>
<helidon.version>4.0.8</helidon.version>
<net.byte-buddy.version>1.14.16</net.byte-buddy.version>
</properties>

<licenses>
Expand Down Expand Up @@ -165,14 +166,11 @@
<version>${jqwik.version}</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>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>${junit.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.io7m.percentpass</groupId>
Expand All @@ -189,12 +187,12 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-agent</artifactId>
<version>1.14.16</version>
<version>${net.byte-buddy.version}</version>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.14.16</version>
<version>${net.byte-buddy.version}</version>
</dependency>

<!-- Web server. -->
Expand Down

0 comments on commit cea4741

Please sign in to comment.