-
Notifications
You must be signed in to change notification settings - Fork 149
Closed
Labels
Description
Affected version 4.3.1-SNAPSHOT
While working on #727 (PR #751) I added some JUnit 5 tests that are not running because not picked up by surefire plugin.
Surefire version 2.22.2 does not play well with JUnit 5.
I noticed that the parent spring-cloud-build define version 3.5.3 for surefire plugin in its PluginManagement (JUnit 5 tests are picked up by this version).
Is there a reason for overriding surefire plugin version in spring-cloud-vault or could we use the version defined in parent's PluginManegement section?
The same applies for these plugins, versions are getting overridden :
- maven-deploy-plugin
- maven-jar-plugin
- maven-javadoc-plugin
- maven-release-plugin
- maven-source-plugin
Thanks