You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "slawekjaranowski (via GitHub)" <gi...@apache.org> on 2023/03/13 08:45:07 UTC

[GitHub] [maven-enforcer] slawekjaranowski commented on a diff in pull request #253: [MENFORCER-469] Fix banTransitiveDependencies and transitive dependen…

slawekjaranowski commented on code in PR #253:
URL: https://github.com/apache/maven-enforcer/pull/253#discussion_r1133600004


##########
enforcer-rules/src/main/java/org/apache/maven/enforcer/rules/dependency/ResolveUtil.java:
##########
@@ -66,6 +62,24 @@ class ResolveUtil {
         this.session = Objects.requireNonNull(session);
     }
 
+    /**
+     * Retrieves the {@link DependencyNode} instance containing the result of the transitive dependency

Review Comment:
   Yes it is for current maven project



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org