HBASE-18723 [pom cleanup] Do a pass with dependency:analyze; remove unused and explicity list the dependencies we exploit; ADDENDUM3

This commit is contained in:
Michael Stack 2017-09-13 14:55:42 -07:00
parent 5d6b20ad18
commit 8bbfc836db
1 changed files with 6 additions and 0 deletions

View File

@ -414,6 +414,12 @@
<artifactId>hbase-metrics</artifactId>
</dependency>
<!-- resource bundle only needed at build time -->
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-resource-bundle</artifactId>
<version>${project.version}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>