From: Wouter Born Date: Tue, 18 Apr 2023 09:58:37 +0000 (+0200) Subject: Upgrade maven-surefire-plugin to 3.0.0 (#14842) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=24adc5aa1255ee3da01d2ae388ae9722ec167f11;p=openhab-addons.git 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 --- diff --git a/pom.xml b/pom.xml index a775701d7f..86e0cecf4c 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