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 2ee5829
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pom.xml
Expand Up @@ -24,7 +24,7 @@

<groupId>org.codehaus.mojo</groupId>
<artifactId>mojo-parent</artifactId>
<version>64-SNAPSHOT</version>
<version>9999</version>
<packaging>pom</packaging>

<name>MojoHaus Parent</name>
Expand Down 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 2ee5829

Please sign in to comment.