You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Thomas Weise (JIRA)" <ji...@apache.org> on 2013/02/28 06:27:12 UTC

[jira] [Updated] (ZOOKEEPER-1655) Make jline dependency optional in maven pom

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

Thomas Weise updated ZOOKEEPER-1655:
------------------------------------

    Attachment: ZOOKEEPER-1655.patch

Dependency in POM now generated as:
{code}
    <dependency>
      <groupId>jline</groupId>
      <artifactId>jline</artifactId>
      <version>0.9.94</version>
      <optional>true</optional>
    </dependency>
{code}
                
> Make jline dependency optional in maven pom
> -------------------------------------------
>
>                 Key: ZOOKEEPER-1655
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1655
>             Project: ZooKeeper
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 3.4.2
>            Reporter: Thomas Weise
>             Fix For: 3.5.0, 4.0.0, 3.4.6
>
>         Attachments: ZOOKEEPER-1655.patch
>
>
> Old JLine version used in ZK CLI should not be pulled into downstream projects. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira