Skip to content

Commit

Permalink
Fixes [#180]
Browse files Browse the repository at this point in the history
  o Added BOM for JUnit 5 to the dependency management section
  • Loading branch information
obfischer committed Jul 7, 2021
1 parent 8626b6a commit b2f2bbf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Expand Up @@ -210,6 +210,7 @@
<maven-project-info-reports-plugin.version>3.1.2</maven-project-info-reports-plugin.version>
<project.build.outputTimestamp>2021-06-01T19:19:12Z</project.build.outputTimestamp>
<scmpublish.content>${project.reporting.outputDirectory}</scmpublish.content><!-- mono-module doesn't require site:stage for scm-publish -->
<junit5.version>5.7.1</junit5.version>
</properties>

<repositories>
Expand Down Expand Up @@ -241,6 +242,13 @@
<version>4.13.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>${junit5.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
Expand Down

0 comments on commit b2f2bbf

Please sign in to comment.