Hiteshsai007 commented on code in PR #12416:
URL: https://github.com/apache/maven/pull/12416#discussion_r3529368288
##########
impl/maven-impl/src/test/java/org/apache/maven/impl/model/DefaultModelBuilderTest.java:
##########
@@ -444,6 +444,54 @@ public void
testBuildConsumerResolvesParentProfileProperties() {
"Managed dependency version should be interpolated, not
${managed.version}");
}
+ /**
+ * Verifies that version inference works for dependencies declared in
+ * {@code <dependencyManagement>}, not just in {@code <dependencies>}.
+ * This is the regression fixed by MNG-11147 / GH-11147.
Review Comment:
Good catch! I mistakenly thought it was a Jira number. I've updated the test
comment to point directly to the GitHub issue
(https://github.com/apache/maven/issues/11147) instead.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]