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

rajeshbabu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix-omid.git


The following commit(s) were added to refs/heads/master by this push:
     new 134d2af4 OMID-250:Remove duplicate declarations of hadoop-hdfs-client 
dependency in pom.xml (#150)
134d2af4 is described below

commit 134d2af4cd6c79e3f099879cc709eacf383c5def
Author: Anchal Kejriwal <55595137+anchal...@users.noreply.github.com>
AuthorDate: Thu Dec 14 22:07:29 2023 +0530

    OMID-250:Remove duplicate declarations of hadoop-hdfs-client dependency in 
pom.xml (#150)
---
 pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index c5bd0467..5b7d1872 100644
--- a/pom.xml
+++ b/pom.xml
@@ -818,12 +818,6 @@
                 <version>${hadoop.version}</version>
             </dependency>
 
-            <dependency>
-                <groupId>org.apache.hadoop</groupId>
-                <artifactId>hadoop-hdfs-client</artifactId>
-                <version>${hadoop.version}</version>
-            </dependency>
-
             <dependency>
                 <groupId>org.apache.hadoop</groupId>
                 <artifactId>hadoop-hdfs</artifactId>

Reply via email to