Skip to content

Commit

Permalink
Add junit bom dependency to keep junit dependency versions aligned (j…
Browse files Browse the repository at this point in the history
…upiter tests failing to start)

#CTCTOWALTZ-2680
finos#6860
  • Loading branch information
jessica-woodland-scott-db committed Nov 21, 2023
1 parent 9c54c91 commit 4d79350
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,14 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>${junit.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>

</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 4d79350

Please sign in to comment.