mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 10:59:03 +00:00
Update Maven plugin with `<includeOptional>` configuration property that can be used to toggle if optional dependencies are packages. For back-compatibility, in 3.5.x the default is `true`. Fixes gh-25403