Skip to content

Commit

Permalink
Use finely grained jline-terminal rather than bundle jar jline.
Browse files Browse the repository at this point in the history
  • Loading branch information
brett-smith committed Jan 1, 2024
1 parent 5af6755 commit 1e13361
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@
<dependencies>
<dependency>
<groupId>org.jline</groupId>
<artifactId>jline</artifactId>
<version>3.23.0</version>
<artifactId>jline-terminal</artifactId>
<version>3.24.1</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module me.tongfei.progressbar {
requires org.jline;
requires org.jline.terminal;
exports me.tongfei.progressbar;
}

0 comments on commit 1e13361

Please sign in to comment.