Remove dependency management for Apache Johnzon

Closes gh-28616
This commit is contained in:
Andy Wilkinson
2021-11-11 18:09:20 +00:00
parent 5944041f2a
commit 0024eba816
2 changed files with 1 additions and 17 deletions

View File

@@ -31,4 +31,4 @@ To take more control, one or more `GsonBuilderCustomizer` beans can be used.
=== JSON-B
Auto-configuration for JSON-B is provided.
When the JSON-B API and an implementation are on the classpath a `Jsonb` bean will be automatically configured.
The preferred JSON-B implementation is Apache Johnzon for which dependency management is provided.
The preferred JSON-B implementation is Eclipse Yasson for which dependency management is provided.