-
Enhancement
-
Resolution: Done
-
Minor
-
None
-
None
-
None
-
Undefined
Currently, there is a compile scoped dependency from jackson-provider to jaxb-provider.
This is unfortunate for quarkus applications, where no jaxb support is needed.
For example, I have an application which accesses a mongodb database. The only jaxb dependencies are comming in from resteasy.
Completly removing jaxb when only using jackson is not possible because of https://github.com/resteasy/Resteasy/pull/1977, but at least the jaxb-provider would be removed from the classpath