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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
