From 8d487afaa576b4804af1e2af81686e8d8211abcb Mon Sep 17 00:00:00 2001 From: Wouter Born Date: Tue, 18 Apr 2023 11:58:37 +0200 Subject: [PATCH] Upgrade maven-surefire-plugin to 3.0.0 (#14842) This fixes deprecation warnings when runnings tests with Maven 3.9.x: `[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.` See: https://issues.apache.org/jira/browse/SUREFIRE-2154 Related to openhab/openhab-core#3512 Signed-off-by: Wouter Born --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a775701d7f931..86e0cecf4c9cd 100644 --- a/pom.xml +++ b/pom.xml @@ -397,7 +397,7 @@ Import-Package: \\ org.apache.maven.plugins maven-surefire-plugin - 3.0.0-M7 + 3.0.0 --add-opens java.base/java.lang=ALL-UNNAMED