You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2017/09/13 21:58:00 UTC

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

     [ https://issues.apache.org/jira/browse/HBASE-18723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack resolved HBASE-18723.
---------------------------
    Resolution: Fixed

Re-resolved with ADDENDUM3 on tail of commit message:

commit 62db6bf1a45aa33138370c744a050d6b448dec4e
Author: Michael Stack <st...@apache.org>
Date:   Wed Sep 13 14:55:42 2017 -0700

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

diff --git a/hbase-server/pom.xml b/hbase-server/pom.xml
index 647ea3b417..cca1a336a5 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>

> [pom cleanup] Do a pass with dependency:analyze; remove unused and explicity list the dependencies we exploit
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-18723
>                 URL: https://issues.apache.org/jira/browse/HBASE-18723
>             Project: HBase
>          Issue Type: Bug
>          Components: pom
>            Reporter: stack
>            Assignee: stack
>             Fix For: 2.0.0-alpha-3
>
>         Attachments: HBASE-18723.master.001.patch, HBASE-18723.master.002.patch, HBASE-18723.master.003.patch, HBASE-18723.master.004.patch, HBASE-18723.master.005.patch, HBASE-18723-pom-cleanup-Do-a-pass-with-dependency.addendum.patch
>
>
> Do a pass over our poms. They are sloppy including unused jars and not listing actually used dependencies. Undo 'required' dependencies like junit and mockito; not all modules need these anymore.
> This cleanup motivated by failures up on jenkins where a build step is not finding transitive includes; explicit mention is needed (See failures in HBASE-18674).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)