This is an automated email from the ASF dual-hosted git repository.
olamy pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/maven-build-cache-extension.git
The following commit(s) were added to refs/heads/master by this push:
new b4accef use junit bom (#78)
b4accef is described below
commit b4accef6e7d837b1f79e57aea6555b599606f68f
Author: Olivier Lamy <[email protected]>
AuthorDate: Fri Apr 28 14:11:45 2023 +1000
use junit bom (#78)
Signed-off-by: Olivier Lamy <[email protected]>
---
pom.xml | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 3917718..1b543cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,7 +71,7 @@ under the License.
<commonsCliVersion>1.4</commonsCliVersion>
<commonsLangVersion>3.12.0</commonsLangVersion>
- <junitVersion>5.9.3</junitVersion>
+ <junit.version>5.9.3</junit.version>
<mockitoVersion>4.11.0</mockitoVersion>
<plexusUtilsVersion>3.5.1</plexusUtilsVersion>
<wagonVersion>3.4.3</wagonVersion>
@@ -98,6 +98,13 @@ under the License.
<type>pom</type>
<scope>import</scope>
</dependency>
+ <dependency>
+ <groupId>org.junit</groupId>
+ <artifactId>junit-bom</artifactId>
+ <version>${junit.version}</version>
+ <type>pom</type>
+ <scope>import</scope>
+ </dependency>
</dependencies>
</dependencyManagement>
@@ -158,7 +165,6 @@ under the License.
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
- <version>5.9.2</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -222,7 +228,6 @@ under the License.
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
- <version>${junitVersion}</version>
<scope>test</scope>
</dependency>
<dependency>