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

JingsongLi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git


The following commit(s) were added to refs/heads/master by this push:
     new ee61b54e32 [filesystem] Fix jersey-json typo in hadoop-shaded-3.4 pom 
comment (#8557)
ee61b54e32 is described below

commit ee61b54e32732c570a06bde5a67a7a1af9a64501
Author: Eunbin Son <[email protected]>
AuthorDate: Mon Jul 13 11:22:02 2026 +0900

    [filesystem] Fix jersey-json typo in hadoop-shaded-3.4 pom comment (#8557)
---
 paimon-filesystems/paimon-hadoop-shaded-3.4/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/paimon-filesystems/paimon-hadoop-shaded-3.4/pom.xml 
b/paimon-filesystems/paimon-hadoop-shaded-3.4/pom.xml
index 3811e2e621..0a042cd4e1 100644
--- a/paimon-filesystems/paimon-hadoop-shaded-3.4/pom.xml
+++ b/paimon-filesystems/paimon-hadoop-shaded-3.4/pom.xml
@@ -178,7 +178,7 @@
                     <groupId>org.slf4j</groupId>
                     <artifactId>slf4j-reload4j</artifactId>
                 </exclusion>
-                <!-- Exclude jeysey-json because of incompatible license -->
+                <!-- Exclude jersey-json because of incompatible license -->
                 <exclusion>
                     <groupId>com.github.pjfanning</groupId>
                     <artifactId>jersey-json</artifactId>

Reply via email to