You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I experiencing the same issue. With cxf-spring-boot-starter in version 2.4.1 and spring-boot-starter-parent in version 2.4.4, there are 11 third party dependencies that are different in their versions. The solution would be to manage these versions using dependencyManagement, but this leads to more maintenance effort later on.
Upon further inspection most of these errors are coming from the cxf-spring-boot-starter-maven-plugin, so maybe an issues should be opened in this project too.
I always use maven-enforcer-plugin in my spring-boot apps, but I seem to get some dependency mismatches:
The plugin:
The result:
These are not all of them.
The text was updated successfully, but these errors were encountered: