HBASE-18558 clean up duplicate dependency management entries for hbase-shaded-miscellaneous
This commit is contained in:
parent
6f44b24860
commit
043ec9b37e
5
pom.xml
5
pom.xml
|
@ -1717,11 +1717,6 @@
|
||||||
<artifactId>metrics-core</artifactId>
|
<artifactId>metrics-core</artifactId>
|
||||||
<version>${metrics-core.version}</version>
|
<version>${metrics-core.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>org.apache.hbase.thirdparty</groupId>
|
|
||||||
<artifactId>hbase-shaded-miscellaneous</artifactId>
|
|
||||||
<version>${hbase-thirdparty.version}</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-collections</groupId>
|
<groupId>commons-collections</groupId>
|
||||||
<artifactId>commons-collections</artifactId>
|
<artifactId>commons-collections</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue