Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ZOOKEEPER-3938: java client: upgrade jline from 2.x to 3.x and adapt Completer to the new API. #1458

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
fix(contrib):fix jline groupId in module zookeeper-contrib-fatjar
  • Loading branch information
LiYvbo committed Sep 12, 2020
commit 93460cba7b2688a992e6667a5be3dc197e61a4c5
2 changes: 1 addition & 1 deletion zookeeper-contrib/zookeeper-contrib-fatjar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<artifactId>json-simple</artifactId>
</dependency>
<dependency>
<groupId>jline</groupId>
<groupId>org.jline</groupId>
<artifactId>jline</artifactId>
</dependency>
<dependency>
Expand Down