This is an automated email from the ASF dual-hosted git repository.

lhotari pushed a commit to branch branch-4.1
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/branch-4.1 by this push:
     new 29b1bcf7adf [fix][build][branch-4.1] Fix missing exclusion in 
cherry-picking #25264
29b1bcf7adf is described below

commit 29b1bcf7adfd3a08aaf7e2297112ff266045e36a
Author: Lari Hotari <[email protected]>
AuthorDate: Wed Apr 15 18:52:03 2026 +0300

    [fix][build][branch-4.1] Fix missing exclusion in cherry-picking #25264
---
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pom.xml b/pom.xml
index 48286738da0..3a14a780d38 100644
--- a/pom.xml
+++ b/pom.xml
@@ -936,6 +936,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>
 

Reply via email to