[
https://issues.apache.org/jira/browse/HBASE-18558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16123419#comment-16123419
]
stack commented on HBASE-18558:
-------------------------------
Ugh. Sorry. I just pushed this on master branch:
{code}
kalashnikov:hbase.git stack$ more /tmp/x.txt
commit 043ec9b37e43328e8784f88e3d6867b007a31d1d
Author: Michael Stack <[email protected]>
Date: Fri Aug 11 07:24:17 2017 -0700
HBASE-18558 clean up duplicate dependency management entries for
hbase-shaded-miscellaneous
diff --git a/pom.xml b/pom.xml
index 7648e8e155..7925e4e46b 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1718,11 +1718,6 @@
<version>${metrics-core.version}</version>
</dependency>
<dependency>
- <groupId>org.apache.hbase.thirdparty</groupId>
- <artifactId>hbase-shaded-miscellaneous</artifactId>
- <version>${hbase-thirdparty.version}</version>
- </dependency>
- <dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>${collections.version}</version>
{code}
Leaving issue assigned to [~chunhao] because would have done same change and
thanks for volunteering to take this one; didn't mean to step on your toes (was
just trying to clean up an annoyance). Pardon me.
> clean up duplicate dependency management entries for
> hbase-shaded-miscellaneous
> -------------------------------------------------------------------------------
>
> Key: HBASE-18558
> URL: https://issues.apache.org/jira/browse/HBASE-18558
> Project: HBase
> Issue Type: Task
> Components: dependencies, pom
> Affects Versions: 3.0.0
> Reporter: Sean Busbey
> Assignee: ChunHao
> Priority: Minor
> Labels: beginner
> Fix For: 3.0.0
>
>
> our root pom's dependency management section has two entries like:
> {code}
> <dependency>
> <groupId>org.apache.hbase.thirdparty</groupId>
> <artifactId>hbase-shaded-miscellaneous</artifactId>
> <version>${hbase-thirdparty.version}</version>
> </dependency>
> {code}
> which causes a bunch of warnings at build time. remove one.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)