Description
In 3.2.0 the optional flag of a dependency was shown in the dependency:tree output, which is no longer the case in 3.3.0.
3.2.0 behavior:
$ mvn dependency:tree -N [INFO] org.apache.flink:flink-parent:pom:1.17-SNAPSHOT [INFO] +- org.apache.flink:flink-shaded-force-shading:jar:15.0:compile (optional)
3.3.0 behavior:
$ mvn dependency:tree -N [INFO] org.apache.flink:flink-parent:pom:1.17-SNAPSHOT [INFO] +- org.apache.flink:flink-shaded-force-shading:jar:15.0:compile
Meanwhile, dependency:list/resolve still show the optional flag.
Attachments
Issue Links
- is blocked by
-
MSHARED-1286 Display optional attribute for dependency in tree
-
- Closed
-
-
MDEP-936 Bump org.apache.maven.shared:maven-dependency-tree from 3.2.1 to 3.3.0
-
- Closed
-
- links to