[ 
https://issues.apache.org/jira/browse/HDDS-1113?focusedWorklogId=199210&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-199210
 ]

ASF GitHub Bot logged work on HDDS-1113:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 15/Feb/19 12:51
            Start Date: 15/Feb/19 12:51
    Worklog Time Spent: 10m 
      Work Description: elek commented on pull request #487: HDDS-1113. Remove 
default dependencies from hadoop-ozone project
URL: https://github.com/apache/hadoop/pull/487
 
 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

            Worklog Id:     (was: 199210)
            Time Spent: 10m
    Remaining Estimate: 0h

> Remove default dependencies from hadoop-ozone project
> -----------------------------------------------------
>
>                 Key: HDDS-1113
>                 URL: https://issues.apache.org/jira/browse/HDDS-1113
>             Project: Hadoop Distributed Data Store
>          Issue Type: Improvement
>          Components: build
>            Reporter: Elek, Marton
>            Assignee: Elek, Marton
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> There are two ways to define common dependencies with maven:
>   1.) put all the dependencies to the parent project and inherit them
>   2.) get all the dependencies via transitive dependencies
> TLDR; I would like to switch from 1 to 2 in hadoop-ozone
> My main problem with the first approach that all the child project get a lot 
> of dependencies independent if they need them or not. Let's imagine that I 
> would like to create a new project (for example a java csi implementation) It 
> doesn't need ozone-client, ozone-common etc, in fact it conflicts with 
> ozone-client. But these jars are always added as of now.
> Using transitive dependencies is more safe: we can add the dependencies where 
> we need them and all of the other dependent projects will use them. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to