jira-importer commented on issue #731:
URL: 
https://github.com/apache/maven-javadoc-plugin/issues/731#issuecomment-2957348726

   **[Robert 
Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte)**
 commented
   
   All external classes you use should be part of a direct dependency, never 
rely on transitive dependencies. Suppose one of your dependencies decides to 
drop that certain library, then your code won't work anymore.
   
   Use `dependency:analyze` to discover if you have have used but undeclared 
dependencies, in other words if your code is using classes from transitive 
dependencies.
   


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