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

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


The following commit(s) were added to refs/heads/master by this push:
     new e9087e3c6 [AMORO-4149]: Remove duplicate iceberg-bundled-guava 
dependency declaration in amoro-format-iceberg. (#4150)
e9087e3c6 is described below

commit e9087e3c64fd89bc31c13b1d907e149f958d705d
Author: slfan1989 <[email protected]>
AuthorDate: Tue Mar 31 10:31:45 2026 +0800

    [AMORO-4149]: Remove duplicate iceberg-bundled-guava dependency declaration 
in amoro-format-iceberg. (#4150)
    
    Remove duplicate iceberg-bundled-guava dependency declaration in 
amoro-format-iceberg.
---
 amoro-format-iceberg/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/amoro-format-iceberg/pom.xml b/amoro-format-iceberg/pom.xml
index 2931d90d8..0e1d498bc 100644
--- a/amoro-format-iceberg/pom.xml
+++ b/amoro-format-iceberg/pom.xml
@@ -158,12 +158,6 @@
             <artifactId>RoaringBitmap</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>org.apache.iceberg</groupId>
-            <artifactId>iceberg-bundled-guava</artifactId>
-            <version>${iceberg.version}</version>
-        </dependency>
-
         <dependency>
             <groupId>org.rocksdb</groupId>
             <artifactId>rocksdbjni</artifactId>

Reply via email to