[ https://issues.apache.org/jira/browse/MSHARED-1286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17746047#comment-17746047 ]
ASF GitHub Bot commented on MSHARED-1286: ----------------------------------------- slawekjaranowski commented on code in PR #37: URL: https://github.com/apache/maven-dependency-tree/pull/37#discussion_r1271415262 ########## pom.xml: ########## @@ -96,6 +96,13 @@ <version>1</version> <optional>true</optional> </dependency> + + <dependency> + <groupId>org.junit.jupiter</groupId> + <artifactId>junit-jupiter-engine</artifactId> Review Comment: `junit-jupiter-api` will be good enough here - we don't need engine in test classpath > Display optional attribute for dependency in tree > ------------------------------------------------- > > Key: MSHARED-1286 > URL: https://issues.apache.org/jira/browse/MSHARED-1286 > Project: Maven Shared Components > Issue Type: Bug > Components: maven-dependency-tree > Reporter: Slawomir Jaranowski > Priority: Major > Fix For: maven-dependency-tree-next-release > > -- This message was sent by Atlassian Jira (v8.20.10#820010)