You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by dm...@apache.org on 2021/08/27 12:55:02 UTC

[hive] branch master updated: HIVE-25476: Remove Unused Dependencies for JDBC Driver (David Mollitor reviewed by Miklos Gergely)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4905a12  HIVE-25476: Remove Unused Dependencies for JDBC Driver (David Mollitor reviewed by Miklos Gergely)
4905a12 is described below

commit 4905a1206bf0ddf0459fe2745d33c6afc04e63fe
Author: belugabehr <12...@users.noreply.github.com>
AuthorDate: Fri Aug 27 08:54:49 2021 -0400

    HIVE-25476: Remove Unused Dependencies for JDBC Driver (David Mollitor reviewed by Miklos Gergely)
---
 jdbc/pom.xml | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/jdbc/pom.xml b/jdbc/pom.xml
index a904ee2..1a910d1 100644
--- a/jdbc/pom.xml
+++ b/jdbc/pom.xml
@@ -62,16 +62,6 @@
     </dependency>
     <dependency>
       <groupId>org.apache.hive</groupId>
-      <artifactId>hive-serde</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.hive</groupId>
-      <artifactId>hive-metastore</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.hive</groupId>
       <artifactId>hive-shims</artifactId>
       <version>${project.version}</version>
     </dependency>
@@ -110,7 +100,6 @@
     <dependency>
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-common</artifactId>
-      <version>${hadoop.version}</version>
        <exclusions>
         <exclusion>
           <groupId>commons-beanutils</groupId>