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 6aeb3d366f9 [fix][build][branch-4.1] Fix build after invalid 
cherry-pick merge conflict resolution in aff523d
6aeb3d366f9 is described below

commit 6aeb3d366f9c663059804b8f8fd70305d0dcf389
Author: Lari Hotari <[email protected]>
AuthorDate: Wed Feb 4 15:07:07 2026 +0200

    [fix][build][branch-4.1] Fix build after invalid cherry-pick merge conflict 
resolution in aff523d
---
 pulsar-io/debezium/core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pulsar-io/debezium/core/pom.xml b/pulsar-io/debezium/core/pom.xml
index 8bde15ca6c4..693fbdcf4cf 100644
--- a/pulsar-io/debezium/core/pom.xml
+++ b/pulsar-io/debezium/core/pom.xml
@@ -81,10 +81,10 @@
           <artifactId>jose4j</artifactId>
           <groupId>org.bitbucket.b_c</groupId>
         </exclusion>
-        </exclusion>
         <exclusion>
           <groupId>org.lz4</groupId>
           <artifactId>lz4-java</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
 

Reply via email to