Skip to content

Commit

Permalink
[remkop#1329] BUILD: OSGi manifest entry in picocli-4.6.0.jar should …
Browse files Browse the repository at this point in the history
…not require groovy
  • Loading branch information
remkop authored and MarkoMackic committed Oct 17, 2021
1 parent 956d5c3 commit ab03e80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ Picocli follows [semantic versioning](http://semver.org/).
* [#1313] DEP: Bump jline3Version in order to avoid stackoverflow error. Thanks to [Rupert Madden-Abbott](https://github.com/rupert-madden-abbott) for the pull request.
* [#1327] BUILD: fix incorrect version in `MANIFEST.MF`. Thanks to [Fiouz](https://github.com/Fiouz) for the pull request.
* [#1328] BUILD: Upgrade Gradle to 6.8.2 and enable official Gradle Wrapper Validation GitHub Action. Thanks to [Fiouz](https://github.com/Fiouz) for the pull request.

* [#1329] BUILD: OSGi manifest entry in picocli-4.6.0.jar should not require groovy. Thanks to [Fiouz](https://github.com/Fiouz) for raising this.

## <a name="4.6.2-deprecated"></a> Deprecations
No features were deprecated in this release.

Expand Down
2 changes: 1 addition & 1 deletion bnd.bnd
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Import-Package: !org.fusesource.jansi, *
Import-Package: !org.fusesource.jansi,!groovy.lang, *
Export-Package: picocli
-fixupmessages "^Classes found in the wrong directory: \\{META-INF/versions/9/module-info\\.class=module-info}$"

0 comments on commit ab03e80

Please sign in to comment.