Github user ivmaykov commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/184#discussion_r221367412 --- Diff: ivy.xml --- @@ -63,6 +63,10 @@ <artifact name="netty" type="jar" conf="default"/> </dependency> + <dependency org="org.apache.httpcomponents" name="httpclient" rev="${httpcomponents.version}"> --- End diff -- remove
---