This is an automated email from the ASF dual-hosted git repository. lhotari pushed a commit to branch branch-4.0 in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit bad69d87095c221aa98f2afddd5bd0c156e3815f Author: Lari Hotari <[email protected]> AuthorDate: Wed Apr 15 18:52:03 2026 +0300 [fix][build][branch-4.0] Fix missing exclusion in cherry-picking #25264 --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index f835711b054..c88cdcec6ff 100644 --- a/pom.xml +++ b/pom.xml @@ -933,6 +933,10 @@ flexible messaging model and an intuitive client API.</description> <groupId>jakarta.activation</groupId> <artifactId>jakarta.activation-api</artifactId> </exclusion> + <exclusion> + <groupId>javax.xml.bind</groupId> + <artifactId>jaxb-api</artifactId> + </exclusion> </exclusions> </dependency>
