]> git.basschouten.com Git - openhab-addons.git/commit
Upgrade maven-surefire-plugin to 3.0.0 (#14842)
authorWouter Born <github@maindrain.net>
Tue, 18 Apr 2023 09:58:37 +0000 (11:58 +0200)
committerGitHub <noreply@github.com>
Tue, 18 Apr 2023 09:58:37 +0000 (11:58 +0200)
commit24adc5aa1255ee3da01d2ae388ae9722ec167f11
tree5abbdb0f3a24b4afcea7f70db001d7c31b3c8be9
parentf2f0f4b40286df09474ab2e7fe325c8f4ebb4b2b
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 <github@maindrain.net>
pom.xml