[jira] [Commented] (ZOOKEEPER-3372) Cleanup pom.xml in order to let Maven clients import as few dependencies as possible

2019-04-29 Thread Hudson (JIRA)


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

Hudson commented on ZOOKEEPER-3372:
---

SUCCESS: Integrated in Jenkins build ZooKeeper-trunk #500 (See 
[https://builds.apache.org/job/ZooKeeper-trunk/500/])
ZOOKEEPER-3372: Cleanup pom.xml in order to let Maven clients import as (andor: 
rev b787770b9920a7ae99f9ed2dbe583ece1b2665cc)
* (edit) zookeeper-contrib/zookeeper-contrib-zooinspector/pom.xml
* (edit) zookeeper-recipes/pom.xml
* (edit) .travis.yml
* (edit) zookeeper-contrib/zookeeper-contrib-loggraph/pom.xml
* (edit) pom.xml
* (edit) zookeeper-recipes/zookeeper-recipes-election/pom.xml
* (edit) zookeeper-docs/pom.xml
* (edit) zookeeper-assembly/pom.xml
* (edit) zookeeper-recipes/zookeeper-recipes-lock/pom.xml
* (edit) zookeeper-recipes/zookeeper-recipes-queue/pom.xml
* (edit) zookeeper-contrib/zookeeper-contrib-rest/pom.xml
* (edit) zookeeper-assembly/src/main/assembly/bin-package.xml
* (edit) zookeeper-server/pom.xml


> Cleanup pom.xml in order to let Maven clients import as few dependencies as 
> possible
> 
>
> Key: ZOOKEEPER-3372
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3372
> Project: ZooKeeper
>  Issue Type: Improvement
>  Components: java client
>Affects Versions: 3.6.0, 3.5.5
>Reporter: Enrico Olivelli
>Assignee: Enrico Olivelli
>Priority: Major
>  Labels: pull-request-available
> Fix For: 3.6.0, 3.5.5
>
>  Time Spent: 2h 20m
>  Remaining Estimate: 0h
>
> ZooKeeper client application imports a lot of third party dependencies that 
> are automatically applied to maven client applications, that is applications 
> that are using the 'client'.
> This task is to clean up the final resulting pom of the main artifact 
> consumed by "clients" as much as possible.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ZOOKEEPER-3372) Cleanup pom.xml in order to let Maven clients import as few dependencies as possible

2019-04-29 Thread Hudson (JIRA)


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

Hudson commented on ZOOKEEPER-3372:
---

SUCCESS: Integrated in Jenkins build Zookeeper-trunk-single-thread #333 (See 
[https://builds.apache.org/job/Zookeeper-trunk-single-thread/333/])
ZOOKEEPER-3372: Cleanup pom.xml in order to let Maven clients import as (andor: 
rev b787770b9920a7ae99f9ed2dbe583ece1b2665cc)
* (edit) zookeeper-contrib/zookeeper-contrib-rest/pom.xml
* (edit) zookeeper-docs/pom.xml
* (edit) zookeeper-contrib/zookeeper-contrib-loggraph/pom.xml
* (edit) zookeeper-contrib/zookeeper-contrib-zooinspector/pom.xml
* (edit) .travis.yml
* (edit) zookeeper-assembly/src/main/assembly/bin-package.xml
* (edit) zookeeper-recipes/zookeeper-recipes-queue/pom.xml
* (edit) zookeeper-recipes/zookeeper-recipes-election/pom.xml
* (edit) zookeeper-recipes/zookeeper-recipes-lock/pom.xml
* (edit) zookeeper-assembly/pom.xml
* (edit) zookeeper-recipes/pom.xml
* (edit) pom.xml
* (edit) zookeeper-server/pom.xml


> Cleanup pom.xml in order to let Maven clients import as few dependencies as 
> possible
> 
>
> Key: ZOOKEEPER-3372
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3372
> Project: ZooKeeper
>  Issue Type: Improvement
>  Components: java client
>Affects Versions: 3.6.0, 3.5.5
>Reporter: Enrico Olivelli
>Assignee: Enrico Olivelli
>Priority: Major
>  Labels: pull-request-available
> Fix For: 3.6.0, 3.5.5
>
>  Time Spent: 2h 20m
>  Remaining Estimate: 0h
>
> ZooKeeper client application imports a lot of third party dependencies that 
> are automatically applied to maven client applications, that is applications 
> that are using the 'client'.
> This task is to clean up the final resulting pom of the main artifact 
> consumed by "clients" as much as possible.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ZOOKEEPER-3372) Cleanup pom.xml in order to let Maven clients import as few dependencies as possible

2019-04-27 Thread Enrico Olivelli (JIRA)


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

Enrico Olivelli commented on ZOOKEEPER-3372:


This is the result after my patch:

\- org.apache.zookeeper:zookeeper:jar:3.6.0-SNAPSHOT:compile
   +- commons-lang:commons-lang:jar:2.6:compile
   +- org.apache.zookeeper:zookeeper-jute:jar:3.6.0-SNAPSHOT:compile
   +- org.apache.yetus:audience-annotations:jar:0.5.0:compile
   +- io.netty:netty-all:jar:4.1.29.Final:compile
   +- org.slf4j:slf4j-api:jar:1.7.25:compile
   +- org.slf4j:slf4j-log4j12:jar:1.7.25:compile
   \- log4j:log4j:jar:1.2.17:compile

> Cleanup pom.xml in order to let Maven clients import as few dependencies as 
> possible
> 
>
> Key: ZOOKEEPER-3372
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3372
> Project: ZooKeeper
>  Issue Type: Improvement
>  Components: java client
>Affects Versions: 3.6.0, 3.5.5
>Reporter: Enrico Olivelli
>Assignee: Enrico Olivelli
>Priority: Major
>  Labels: pull-request-available
> Fix For: 3.6.0
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> ZooKeeper client application imports a lot of third party dependencies that 
> are automatically applied to maven client applications, that is applications 
> that are using the 'client'.
> This task is to clean up the final resulting pom of the main artifact 
> consumed by "clients" as much as possible.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)