GitHub user shtratos opened a pull request:
https://github.com/apache/kafka/pull/162
Exclude conflicting zookeeper version from 'com.101tec:zkclient'
dependencies
'com.101tec:zkclient:0.5' package brings in a dependency on older zookeper
version: `3.4.4`
This causes conflicts if consumers of kafka jar are trying to use
`maven-enforcer` plugin.
This plugin ensures there are no conflicts in your dependency clojure.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/shtratos/kafka
remove-conflicting-zookeeper-dependency
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/162.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 #162
----
commit 736dc7d3786a501e588e06fb54d1a7708c2d5ae0
Author: Dmitry Stratiychuk <[email protected]>
Date: 2015-08-24T14:56:39Z
Exclude conflicting 'com.apache.zookeeper' version from
'com.101tec:zkclient' dependencies.
'com.101tec:zkclient:0.5' package brings in a dependency on older zookeper
version: `3.4.4`
This causes conflicts if consumers of kafka jar are trying to use
`maven-enforcer` plugin.
This plugin ensures there are no conflicts in your dependency clojure.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---