GitHub user nkalmar opened a pull request:
https://github.com/apache/zookeeper/pull/672
ZOOKEEPER-3032 - MAVEN MIGRATION - zookeeper-server
Separating the java code is not feasible. Moving common and client back to
server.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nkalmar/zookeeper ZOOKEEPER-3032r
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/672.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 #672
----
commit d3f351e8e657b504ec296ba3f847ae4f3d435004
Author: Norbert Kalmar <nkalmar@...>
Date: 2018-10-16T12:28:17Z
ZOOKEEPER-3032 Move zookeeper-common and zookeeper-client-java back to
zookeeper-server
----
---