[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-2460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15356903#comment-15356903
 ] 

Arshad Mohammad commented on ZOOKEEPER-2460:
--------------------------------------------

# javacc dependency is not something new in zookeeper-3.5.2-alpha release. it 
is there even in zookeeper-3.5.1-alpha and zookeeper-3.5.0-alpha releases
This dependency is required because jute compiler code is being generated in 
every build. jute compiler code does not already exist. 
Whether we should have it as run time dependency or not is another aspect, and 
not related to the concern raised in the jira
# javacc dependency is not present in zookeeper-3.4.8. It is not required 
because jute compiler code is not being generated every time it is checked-in

What is the problem with javacc dependency? is it causing any problem when you 
are using with some other project? 

> Remove javacc dependency from Maven dependency
> ----------------------------------------------
>
>                 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)

Reply via email to