[ https://issues.apache.org/jira/browse/OMID-250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17796788#comment-17796788 ]
ASF GitHub Bot commented on OMID-250: ------------------------------------- anchal246 opened a new pull request, #150: URL: https://github.com/apache/phoenix-omid/pull/150 …client dependency in pom.xml > Remove duplicate declarations of hadoop-hdfs-client dependency in pom.xml > ------------------------------------------------------------------------- > > Key: OMID-250 > URL: https://issues.apache.org/jira/browse/OMID-250 > Project: Phoenix Omid > Issue Type: Bug > Reporter: Rajeshbabu Chintaguntla > Assignee: Rajeshbabu Chintaguntla > Priority: Trivial > Fix For: 1.1.1 > > > hadoop-hdfs-client dependency is declared two times in main pom. > {noformat} > <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-client</artifactId> > <version>${hadoop.version}</version> > </dependency> > {noformat} -- This message was sent by Atlassian Jira (v8.20.10#820010)