mduerig opened a new issue, #1565:
URL: https://github.com/apache/maven-dependency-plugin/issues/1565

   ### Affected version
   
   3.7.0 
   
   ### Bug description
   
   Inconsistency between dependency analyze and dependency tree: 
   
   `mvn dependency:tree`
   
   reports `json-path` as a transitive dependency to `rest-assured`
   
       [INFO] mduerig:mdep-bug:jar:1.0-SNAPSHOT
       [INFO] \- io.rest-assured:rest-assured:jar:5.5.6:test
          ...
       [INFO]    +- io.rest-assured:json-path:jar:5.5.6:test
   
   while 
   
   `mvn dependency:analyze`
   
   reports it as a undeclared dependency
   
       [WARNING] Used undeclared dependencies found:
       [WARNING]    io.rest-assured:json-path:jar:5.5.6:test
   
   
   Likely related: https://github.com/apache/maven-dependency-plugin/issues/1371
   


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