Remove dependency management for Apache Johnzon
Closes gh-28616
This commit is contained in:
parent
5944041f2a
commit
0024eba816
|
|
@ -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") {
|
library("Jolokia", "1.7.1") {
|
||||||
group("org.jolokia") {
|
group("org.jolokia") {
|
||||||
modules = [
|
modules = [
|
||||||
|
|
|
||||||
|
|
@ -31,4 +31,4 @@ To take more control, one or more `GsonBuilderCustomizer` beans can be used.
|
||||||
=== JSON-B
|
=== JSON-B
|
||||||
Auto-configuration for JSON-B is provided.
|
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.
|
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.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue