This is an automated email from the ASF dual-hosted git repository.
xuba pushed a commit to branch fix-cve
in repository https://gitbox.apache.org/repos/asf/amoro.git
The following commit(s) were added to refs/heads/fix-cve by this push:
new 980fe5893 fix: remove unused parquet dependencies and add TODO for
future JDK upgrade
980fe5893 is described below
commit 980fe5893d07606a33fdfea1031030c7f479a989
Author: xuba <[email protected]>
AuthorDate: Thu Apr 24 10:48:37 2025 +0800
fix: remove unused parquet dependencies and add TODO for future JDK upgrade
---
amoro-format-iceberg/pom.xml | 10 ----------
pom.xml | 1 +
2 files changed, 1 insertion(+), 10 deletions(-)
diff --git a/amoro-format-iceberg/pom.xml b/amoro-format-iceberg/pom.xml
index c27d8bec7..e4ba36cee 100644
--- a/amoro-format-iceberg/pom.xml
+++ b/amoro-format-iceberg/pom.xml
@@ -129,16 +129,6 @@
</exclusions>
</dependency>
- <dependency>
- <groupId>org.apache.parquet</groupId>
- <artifactId>parquet-avro</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.apache.parquet</groupId>
- <artifactId>parquet-jackson</artifactId>
- </dependency>
-
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-auth</artifactId>
diff --git a/pom.xml b/pom.xml
index 02f9cfc30..efee69cf3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -373,6 +373,7 @@
<version>${parquet-avro.version}</version>
</dependency>
+ <!-- TODO: Remove this parquet-jackson when upgrade JDK to 11 or
higher? -->
<dependency>
<groupId>org.apache.parquet</groupId>
<artifactId>parquet-jackson</artifactId>