Skip to content

Commit

Permalink
Revert "[remkop#1329] BUILD: OSGi manifest entry in picocli-4.6.0.jar…
Browse files Browse the repository at this point in the history
… should not require groovy"

This reverts commit ab03e80.
  • Loading branch information
MarkoMackic committed Oct 17, 2021
1 parent 2c39d79 commit 3b068ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ 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,!groovy.lang, *
Import-Package: !org.fusesource.jansi, *
Export-Package: picocli
-fixupmessages "^Classes found in the wrong directory: \\{META-INF/versions/9/module-info\\.class=module-info}$"

0 comments on commit 3b068ed

Please sign in to comment.