[
https://issues.apache.org/jira/browse/OMID-250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17793154#comment-17793154
]
Rajeshbabu Chintaguntla commented on OMID-250:
----------------------------------------------
It's trivial change [~anchalk1] is interested to contribute.
> 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: Major
> 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)