[MNG-7274] - JUnit Jupiter via BOM

This commit is contained in:
Karl Heinz Marbaise 2021-09-30 01:26:42 +02:00
parent 25cf1576cc
commit 038201e314
No known key found for this signature in database
GPG Key ID: BF1518E0160788A2
1 changed files with 5 additions and 5 deletions

10
pom.xml
View File

@ -51,7 +51,7 @@ under the License.
<classWorldsVersion>2.6.0</classWorldsVersion>
<commonsCliVersion>1.4</commonsCliVersion>
<commonsLangVersion>3.12.0</commonsLangVersion>
<junitVersion>5.7.0</junitVersion>
<junitVersion>5.8.1</junitVersion>
<mockitoVersion>3.2.0</mockitoVersion>
<plexusVersion>2.1.0</plexusVersion>
<plexusInterpolationVersion>1.26</plexusInterpolationVersion>
@ -448,10 +448,11 @@ under the License.
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<type>pom</type>
<version>${junitVersion}</version>
<scope>test</scope>
<scope>import</scope>
</dependency>
</dependencies>
<!--bootstrap-start-comment-->
@ -462,7 +463,6 @@ under the License.
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>${junitVersion}</version>
<scope>test</scope>
</dependency>
<dependency>