+1 vote
in Maven - Coalescing Pipeline by
What is the minimal set of information for matching dependency reference against a dependencyManagement section?

1 Answer

0 votes
by

Below is the minimal set of information for matching dependency reference against a dependencyManagement section

{groupId,artifactId,type,classifier}.

...