+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}.

Related questions

0 votes
asked Apr 7, 2021 in Maven - Coalescing Pipeline by SakshiSharma
0 votes
asked Aug 19, 2023 in Maven - Coalescing Pipeline by GeorgeBell
...