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
Optional dependencies - If project Y depends on project Z, the owner of project Y can mark project Z as an optional dependency, using the "optional" element. When project X depends on project Y, X will depend only on Y and not on Y's optional dependency Z. The owner of project X may then explicitly add a dependency on Z, at her option. (It may be helpful to think of optional dependencies as "excluded by default.")
It is marked as optional in CGLib dependency management in their parent, but that has no effect. That's standard Maven behaviour and has nothing to do with Spring Boot.
For example:
As of Boot 1.5.7, the ant.jar is packaged. The correct behavior is that optional dependencies should be excluded, unless specifically added by the project itself. From https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html:
Related to #649, #650, #8005
The text was updated successfully, but these errors were encountered: