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

   Based on my current usage experience, we mostly use 
`groupId:artifactId:version`. 
   So, if we only consider simplifying these few, what do you think.  for 
example:
   ```xml
   <dependency id="groupId:artifactId:version">
     <type/>
     <classifier/>
     <scope/>
     <systemPath/>
     <exclusions>
       <exclusion id="groupId:artifactId"/>
     </exclusions>
     <optional/>
   </dependency>
   ```


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