Skip to content

Commit

Permalink
Use BOM
Browse files Browse the repository at this point in the history
  • Loading branch information
TomaszGaweda committed Feb 18, 2025
1 parent 553d068 commit 136c817
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
<hazelcast.version>5.5.0</hazelcast.version>

<log4j.version>3.0.0-beta2</log4j.version>
<junit.version>5.11.4</junit.version>
<assertj.version>3.26.0</assertj.version>
<opentest4j.version>1.3.0</opentest4j.version>

Expand Down Expand Up @@ -286,6 +285,18 @@
</plugins>
</build>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.11.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>jakarta.servlet.jsp</groupId>
Expand Down Expand Up @@ -420,13 +431,11 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>${junit.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<version>${junit.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 136c817

Please sign in to comment.