[ https://issues.apache.org/jira/browse/OOZIE-2530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15340259#comment-15340259 ]
Robert Kanter commented on OOZIE-2530: -------------------------------------- We should figure out which versions of jline are used by each component that needs it. Then we'll have to add a direct dependency to each of those sharelib poms so that we can override the version there to specify the correct version that it needs. If we're lucky, they all need a single version, or most of them need the same, in which case we can mostly use a version defined in the root pom and only override one of them, but it will depend. > Remove jline from parent and sharelib pig pom > --------------------------------------------- > > Key: OOZIE-2530 > URL: https://issues.apache.org/jira/browse/OOZIE-2530 > Project: Oozie > Issue Type: Improvement > Affects Versions: trunk > Reporter: Thomas Poepping > Attachments: OOZIE-2530.01.patch, OOZIE-2530.patch > > > This patch removes an unnecessary hardcoded dependency on jline in the oozie > parent pom and pig sharelib pom. > The jline dependencies were required before OOZIE-704, which removed the > direct dependencies on jline in oozie code. Since that patch, the direct > dependency on jline in oozie has been unnecessary. This will also fix > OOZIE-2409. -- This message was sent by Atlassian JIRA (v6.3.4#6332)