GitHub user nkalmar opened a pull request:
https://github.com/apache/zookeeper/pull/674
ZOOKEEPER-3032: MAVEN MIGRATION - branch-3.5 - zookeeper-server
Separating the java code is not feasible. Moving common and client back to
server.
Author: Norbert Kalmar <[email protected]>
Reviewers: [email protected]
Closes #672 from nkalmar/ZOOKEEPER-3032r
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nkalmar/zookeeper ZOOKEEPER-3032r-3.5
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/674.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 #674
----
commit 70e5c926ea524a2e8e486cee116398fe12a19be1
Author: Norbert Kalmar <nkalmar@...>
Date: 2018-10-19T12:39:50Z
ZOOKEEPER-3032: MAVEN MIGRATION - zookeeper-server
Separating the java code is not feasible. Moving common and client back to
server.
Author: Norbert Kalmar <[email protected]>
Reviewers: [email protected]
Closes #672 from nkalmar/ZOOKEEPER-3032r
----
---