adoroszlai commented on code in PR #7188: URL: https://github.com/apache/ozone/pull/7188#discussion_r1756912289
########## pom.xml: ########## @@ -1312,6 +1313,11 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs <artifactId>nimbus-jose-jwt</artifactId> <version>${com.nimbusds.nimbus-jose-jwt.version}</version> </dependency> + <dependency> + <groupId>com.github.spotbugs</groupId> + <artifactId>spotbugs-annotations</artifactId> + <version>${spotbugs.annotation.version}</version> + </dependency> Review Comment: `spotbugs-annotations` has LGPL license, we cannot use it. Suppress the issue in `hadoop-ozone/ozone-manager/dev-support/findbugsExcludeFile.xml` (or fix it if you can). ``` (GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1) SpotBugs Annotations (com.github.spotbugs:spotbugs-annotations:3.1.12 - https://spotbugs.github.io/) ``` https://github.com/apache/ozone/actions/runs/10831822593/job/30055799681?pr=7188#step:6:9 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
