nicoloboschi opened a new pull request #14520: URL: https://github.com/apache/pulsar/pull/14520
### Motivation Jcloud submodule includes duplicate jar of jaxb-api which leads to Jacoco failing in this way. ``` Error: Failed to execute goal org.jacoco:jacoco-maven-plugin:0.8.7:report (post-test) on project tiered-storage-jcloud: An error has occurred in JaCoCo report generation. Error while creating report: Error while analyzing /home/runner/work/pulsar/pulsar/tiered-storage/jcloud/target/classes/META-INF/bundled-dependencies/jaxb-api-2.3.1.jar@META-INF/versions/9/javax/xml/bind/ModuleUtil.class. Can't add different class with same name: javax/xml/bind/ModuleUtil -> [Help 1] ``` ### Modifications Removed the jar imported from the `jclouds-shaded` dependency. - [x] `no-need-doc` -- 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]
