[
https://issues.apache.org/jira/browse/ZOOKEEPER-2460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15928601#comment-15928601
]
Hudson commented on ZOOKEEPER-2460:
-----------------------------------
FAILURE: Integrated in Jenkins build ZooKeeper-trunk #3318 (See
[https://builds.apache.org/job/ZooKeeper-trunk/3318/])
ZOOKEEPER-2460 Remove javacc dependency from public Maven pom (arshad: rev
b4dded46f901fbc2128c7f752107a1391d676968)
* (delete) src/java/lib/javacc.LICENSE.txt
* (edit) ivy.xml
* (edit) build.xml
> 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
> Fix For: 3.5.3, 3.6.0
>
>
> 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.15#6346)