You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@parquet.apache.org by sh...@apache.org on 2021/09/11 02:34:08 UTC

[parquet-mr] branch parquet-1.12.x updated: Remove unused dependency

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

shangxinli pushed a commit to branch parquet-1.12.x
in repository https://gitbox.apache.org/repos/asf/parquet-mr.git


The following commit(s) were added to refs/heads/parquet-1.12.x by this push:
     new 2c24540  Remove unused dependency
2c24540 is described below

commit 2c24540e40645a9686c9c0b13ecb81f03f4cdd84
Author: Xinli shang <sh...@uber.com>
AuthorDate: Fri Sep 10 19:33:58 2021 -0700

    Remove unused dependency
---
 parquet-hadoop/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/parquet-hadoop/pom.xml b/parquet-hadoop/pom.xml
index 8c14b73..88ce1c6 100644
--- a/parquet-hadoop/pom.xml
+++ b/parquet-hadoop/pom.xml
@@ -87,11 +87,6 @@
     </dependency>
     <dependency>
       <groupId>${jackson.groupId}</groupId>
-      <artifactId>jackson-core</artifactId>
-      <version>${jackson.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>${jackson.groupId}</groupId>
       <artifactId>jackson-databind</artifactId>
       <version>${jackson-databind.version}</version>
     </dependency>