MP OpenAPI support depends on SmallRye, which by default relies on Jackson. Our pom excludes the Jackson libraries, but we could add a packaging test to examine the class path and make sure no Jackson libraries leak through.
Tomas suggests looking at builder/tests/common-types/pom.xml for an example of using an enforcer approach to make sure we exclude the Jackson libraries.
Environment Details
Problem Description
MP OpenAPI support depends on SmallRye, which by default relies on Jackson. Our pom excludes the Jackson libraries, but we could add a packaging test to examine the class path and make sure no Jackson libraries leak through.