Skip to content

Commit

Permalink
[#1516] Remove redundant dependency on jline-console in `picocli-sh…
Browse files Browse the repository at this point in the history
…ell-jline3`

Closes #1516
  • Loading branch information
remkop committed Jan 18, 2022
1 parent abd0180 commit b478280
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Picocli follows [semantic versioning](http://semver.org/).
* [#1459] BUILD: The nexus-staging Gradle plugin must be applied to the root project, not to subprojects. Thanks to [Andreas Deininger](https://github.com/deining) for raising this.
* [#1503] BUILD: Fix failing `System.exit` tests on Java 18.
* [#1504] BUILD: Run tests on Java 6-7 in CI environment, semi-automate testing on Java 5.
* [#1516] DEP: Remove redundant dependency on `jline-console` in `picocli-shell-jline3`. Thanks to [kaushalkumar](https://github.com/kaushalkumar) for raising this.
* [#1495] DEP: Bump validation-api from 2.0.0.Final to 2.0.1.Final
* [#1496] DEP: Bump biz.aQute.bnd.gradle from 5.1.2 to 6.1.0
* [#1494] DEP: Bump kotlin-gradle-plugin from 1.5.31 to 1.6.0
Expand Down
1 change: 0 additions & 1 deletion picocli-shell-jline3/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ targetCompatibility = 1.8
dependencies {
api rootProject
api "org.jline:jline:$jline3Version"
api "org.jline:jline-console:$jline3Version"
testImplementation "junit:junit:$junitVersion"
}

Expand Down

0 comments on commit b478280

Please sign in to comment.