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


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/8bbfc836
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/8bbfc836
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/8bbfc836

Branch: refs/heads/HBASE-18467
Commit: 8bbfc836db46336b847fe10d1bd0c9a5da8b2647
Parents: 5d6b20a
Author: Michael Stack <st...@apache.org>
Authored: Wed Sep 13 14:55:42 2017 -0700
Committer: Michael Stack <st...@apache.org>
Committed: Wed Sep 13 14:55:42 2017 -0700

----------------------------------------------------------------------
 hbase-server/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/8bbfc836/hbase-server/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-server/pom.xml b/hbase-server/pom.xml
index 26100ab..c1cb3a0 100644
--- a/hbase-server/pom.xml
+++ b/hbase-server/pom.xml
@@ -415,6 +415,12 @@
     </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>
     </dependency>

Reply via email to