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


The following commit(s) were added to refs/heads/branch-4.0 by this push:
     new e2d65d6adb2 [fix][build][branch-4.0] Fix build after invalid 
cherry-pick merge conflict resolution in 2ac6d03
e2d65d6adb2 is described below

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

    [fix][build][branch-4.0] Fix build after invalid cherry-pick merge conflict 
resolution in 2ac6d03
---
 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 57007fc95af..3cf2e1f93bb 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