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

philo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git


The following commit(s) were added to refs/heads/main by this push:
     new 20c8db805 [MINOR] Reduce unnecessary dependencies (#6608)
20c8db805 is described below

commit 20c8db80580bf54fa30982601f65d84e471ff8c5
Author: Zhen Wang <[email protected]>
AuthorDate: Tue Jul 30 13:21:51 2024 +0800

    [MINOR] Reduce unnecessary dependencies (#6608)
---
 gluten-data/pom.xml | 4 ++++
 pom.xml             | 6 ++++++
 2 files changed, 10 insertions(+)

diff --git a/gluten-data/pom.xml b/gluten-data/pom.xml
index c28490d77..a529eb9b9 100644
--- a/gluten-data/pom.xml
+++ b/gluten-data/pom.xml
@@ -119,6 +119,10 @@
           <groupId>io.netty</groupId>
           <artifactId>netty-buffer</artifactId>
         </exclusion>
+        <exclusion>
+          <artifactId>commons-codec</artifactId>
+          <groupId>commons-codec</groupId>
+        </exclusion>
       </exclusions>
     </dependency>
     <dependency>
diff --git a/pom.xml b/pom.xml
index 4f8bd3e14..81c355868 100644
--- a/pom.xml
+++ b/pom.xml
@@ -714,6 +714,12 @@
         <version>${fasterxml.version}</version>
         <scope>provided</scope>
       </dependency>
+      <dependency>
+        <groupId>com.fasterxml.jackson.datatype</groupId>
+        <artifactId>jackson-datatype-jsr310</artifactId>
+        <version>${fasterxml.version}</version>
+        <scope>provided</scope>
+      </dependency>
       <dependency>
         <groupId>com.fasterxml.jackson.datatype</groupId>
         <artifactId>jackson-datatype-guava</artifactId>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to