snicoll opened a new issue, #24740: URL: https://github.com/apache/pulsar/issues/24740
### Search before reporting - [x] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Read release policy - [x] I understand that [unsupported versions](https://pulsar.apache.org/contribute/release-policy/#supported-versions) don't get bug fixes. I will attempt to reproduce the issue on a supported version of Pulsar client and Pulsar broker. ### User environment N/A ### Issue Description `org.apache.pulsar:pulsar-bom` inherits from `org.apache:apache` which itself leaks `org.apache.maven.plugin-tools:maven-plugin-annotations`. This has been reported in https://github.com/apache/maven-apache-parent/issues/265 and fixed in the meantime. Upgrading to `org.apache:apache:34` or later should prevent that dependency to be leaked. ### Error messages ```text ``` ### Reproducing the issue It is a build-tool problem that doesn't affect Pulsar directly but users consuming the bom. When doing so, only pulsar dependencies should be managed. ### Additional information _No response_ ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- 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]
