[
https://issues.apache.org/jira/browse/ZOOKEEPER-2460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15407919#comment-15407919
]
ASF GitHub Bot commented on ZOOKEEPER-2460:
-------------------------------------------
GitHub user eolivelli opened a pull request:
https://github.com/apache/zookeeper/pull/76
ZOOKEEPER-2460 Remove javacc dependency from public Maven pom
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/eolivelli/zookeeper ZOOKEEPER-2460
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/76.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #76
----
commit 372d3088446b806057f476572e5ab631ab02572d
Author: eolivelli <[email protected]>
Date: 2016-08-04T15:15:16Z
ZOOKEEPER-2460 Remove javacc dependency from public Maven pom
----
> Remove javacc dependency from public Maven pom
> ----------------------------------------------
>
> Key: ZOOKEEPER-2460
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2460
> Project: ZooKeeper
> Issue Type: Bug
> Components: java client
> Affects Versions: 3.5.2
> Reporter: Enrico Olivelli
> Priority: Critical
>
> during the vote of 3.5.2-ALPHA RC 0 we found a Maven dependency to javacc in
> published pom for zookeeper
> {code}
> <dependency>
> <groupId>net.java.dev.javacc</groupId>
> <artifactId>javacc</artifactId>
> <version>5.0</version><scope>compile</scope>
> </dependency>
> {code}
> this dependency appears not to be useful and should be removed
> this was the tested pom:
> https://repository.apache.org/content/groups/staging/org/apache/zookeeper/zookeeper/3.5.2-alpha/zookeeper-3.5.2-alpha.pom
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)