I have a project X that depends on project Y and Z
Project Y also depends on project Z
If I specify only that X depends on Y in my pom.xml, then everything still works because dependency Z is obtained transitively.
So are there any good reasons to include the dependency Z at all in my pom.xml? Or is it fine to just leave it out?