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 a4255cca83 [bundle] Fix stale lz4-java groupId in commented shade
include (#8520)
a4255cca83 is described below
commit a4255cca83087eeb66733f38c2a3aae5e9008223
Author: Eunbin Son <[email protected]>
AuthorDate: Thu Jul 9 13:02:33 2026 +0900
[bundle] Fix stale lz4-java groupId in commented shade include (#8520)
---
paimon-bundle/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/paimon-bundle/pom.xml b/paimon-bundle/pom.xml
index 4e89680dca..6a066eb9d7 100644
--- a/paimon-bundle/pom.xml
+++ b/paimon-bundle/pom.xml
@@ -123,7 +123,7 @@ under the License.
<!-- Others, not shade to reduce
conflicting -->
<!--
<include>org.xerial.snappy:snappy-java</include> -->
- <!-- <include>org.lz4:lz4-java</include>
-->
+ <!--
<include>at.yawk.lz4:lz4-java</include> -->
<!--
<include>com.google.code.findbugs:jsr305</include> -->
<!--
<include>org.slf4j:slf4j-api</include> -->
</includes>