[
https://issues.apache.org/jira/browse/OMID-250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17796813#comment-17796813
]
ASF GitHub Bot commented on OMID-250:
-------------------------------------
chrajeshbabu commented on PR #150:
URL: https://github.com/apache/phoenix-omid/pull/150#issuecomment-1856136145
@anchal246 thanks for the patch.
Nit. Could you please update the commit message as for the convention
mentioned here
https://phoenix.apache.org/contributing.html
The commit message should reference the jira ticket issue (which has the
format PHOENIX-{NUMBER}:{JIRA-TITLE}).
> 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)