From c252177e41811f9163d2aa9928d9bd3bc2bd5892 Mon Sep 17 00:00:00 2001 From: Brrr Date: Sun, 19 Nov 2023 18:11:45 +0100 Subject: [PATCH] Define surefire plugin version --- hath-base/pom.xml | 4 ++++ hath-gui/pom.xml | 4 ++++ pom.xml | 9 +++++++++ 3 files changed, 17 insertions(+) diff --git a/hath-base/pom.xml b/hath-base/pom.xml index 19b955f..9070d44 100644 --- a/hath-base/pom.xml +++ b/hath-base/pom.xml @@ -67,6 +67,10 @@ org.apache.maven.plugins maven-enforcer-plugin + + org.apache.maven.plugins + maven-surefire-plugin + diff --git a/hath-gui/pom.xml b/hath-gui/pom.xml index f927d83..d350a7b 100644 --- a/hath-gui/pom.xml +++ b/hath-gui/pom.xml @@ -52,6 +52,10 @@ org.apache.maven.plugins maven-enforcer-plugin + + org.apache.maven.plugins + maven-surefire-plugin + diff --git a/pom.xml b/pom.xml index f59f2d0..54755e4 100644 --- a/pom.xml +++ b/pom.xml @@ -183,6 +183,11 @@ + + org.apache.maven.plugins + maven-surefire-plugin + 3.2.2 + @@ -210,6 +215,10 @@ org.apache.maven.plugins maven-enforcer-plugin + + org.apache.maven.plugins + maven-surefire-plugin +