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

@ -878,22 +878,6 @@ bom {
]
}
}
library("Johnzon", "1.2.15") {
group("org.apache.johnzon") {
modules = [
"johnzon-core",
"johnzon-jaxrs",
"johnzon-jsonb",
"johnzon-jsonb-extras",
"johnzon-jsonschema",
"johnzon-mapper",
"johnzon-websocket"
]
plugins = [
"johnzon-maven-plugin"
]
}
}
library("Jolokia", "1.7.1") {
group("org.jolokia") {
modules = [

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.