Skip to content

Commit

Permalink
IGNITE-8605 Specify jline minor version to fix ncurses issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
alamar committed May 29, 2018
1 parent fed2c02 commit 889714a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/sqlline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@
<artifactId>sqlline</artifactId>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>jline</groupId>
<artifactId>jline</artifactId>
<version>2.14.6</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 889714a

Please sign in to comment.