You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2021/09/24 08:18:55 UTC

[GitHub] [maven] gnodet commented on pull request #546: [MNG-7248] Fix warnings issued by dependency:analyze

gnodet commented on pull request #546:
URL: https://github.com/apache/maven/pull/546#issuecomment-926439484


   This looks really incomplete. 
   For `maven-core`, I have the following on this PR:
   ```
   INFO] --- maven-dependency-plugin:3.1.1:analyze (default-cli) @ maven-core ---
   [WARN] Used undeclared dependencies found:
   [WARN]    org.assertj:assertj-core:jar:2.9.0:test
   [WARN]    org.hamcrest:hamcrest:jar:2.2:test
   [WARN]    org.junit.jupiter:junit-jupiter-api:jar:5.7.0:test
   [WARN] Unused declared dependencies found:
   [WARN]    com.google.guava:guava:jar:30.1-jre:compile
   [WARN]    com.google.guava:failureaccess:jar:1.0.1:compile
   [WARN]    org.slf4j:slf4j-simple:jar:1.7.32:test
   [WARN]    org.hamcrest:hamcrest-library:jar:2.2:test
   [WARN]    org.junit.jupiter:junit-jupiter-engine:jar:5.7.0:test
   [WARN]    org.hamcrest:hamcrest-core:jar:2.2:test
   ```
   
   but the other modules display similar warnings.


-- 
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: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org