gnodet commented on code in PR #1198:
URL: https://github.com/apache/maven/pull/1198#discussion_r1253095220


##########
api/maven-api-core/src/main/java/org/apache/maven/api/Dependency.java:
##########
@@ -23,9 +23,9 @@
 public interface Dependency extends Artifact {

Review Comment:
   I think this is true in this context.  This is unrelated to the model's 
dependency list.
   Here, the `Dependency` is the resolved `Artifact` that come from a 
`DependencyCoordinate`.  This is more related to the dependency collection and 
artifact resolution.  The `DependencyCoordinate` is what maps closely to the 
model's `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