Remove additionalDependencies for javadocs from the release profile #286
Labels
code cleanup
Fix issues reported by Sonar or any other code analysis tools
Milestone
Remove the
<additionalDependencies />
section from the javadoc plugin in the POM. In #283 we switched Immutables to only use Jakarta Annotations, and also addedjakarta.annotation:jakarta.annotation-api
to the POM as a compile-scope dependency.Refer to #284 for background.
The text was updated successfully, but these errors were encountered: