Github user ivmaykov commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/184#discussion_r221367305 --- Diff: build.xml --- @@ -38,11 +38,15 @@ xmlns:cs="antlib:com.puppycrawl.tools.checkstyle.ant"> <property name="netty.version" value="3.10.6.Final"/> + <property name="httpcomponents.version" value="4.5.3"/> --- End diff -- As discussed, let's remove this dependency.
---