hboutemy commented on issue #11500:
URL: https://github.com/apache/maven/issues/11500#issuecomment-3671288577

   in short, in Maven 4.1, we may be able to do such things...
   let's think more precisely: dependency full model is
   ```xml
   <dependency>
         <groupId/>
         <artifactId/>
         <version/>
         <type/>
         <classifier/>
         <scope/>
         <systemPath/>
         <exclusions>
           <exclusion>
             <groupId/>
             <artifactId/>
           </exclusion>
         </exclusions>
         <optional/>
       </dependency>
   ```
   how to you expect to manage when there is more than gav?


-- 
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]

Reply via email to