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 191a50f7be [fs] Align paimon-gs dependency scopes with sibling 
filesystem modules (#8938)
191a50f7be is described below

commit 191a50f7be0f47bb7ae8c99ae2ce3ebfef147615
Author: Eunbin Son <[email protected]>
AuthorDate: Fri Jul 31 00:02:42 2026 +0900

    [fs] Align paimon-gs dependency scopes with sibling filesystem modules 
(#8938)
---
 paimon-filesystems/paimon-gs/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/paimon-filesystems/paimon-gs/pom.xml 
b/paimon-filesystems/paimon-gs/pom.xml
index 0825c589cd..f95ea0f347 100644
--- a/paimon-filesystems/paimon-gs/pom.xml
+++ b/paimon-filesystems/paimon-gs/pom.xml
@@ -38,6 +38,7 @@
             <groupId>org.apache.paimon</groupId>
             <artifactId>paimon-common</artifactId>
             <version>${project.version}</version>
+            <scope>provided</scope>
         </dependency>
 
         <dependency>
@@ -52,6 +53,7 @@
             <artifactId>paimon-gs-impl</artifactId>
             <version>${project.version}</version>
             <scope>runtime</scope>
+            <optional>true</optional>
             <exclusions>
                 <exclusion>
                     <groupId>*</groupId>

Reply via email to