Hi Andriy! > I also noticed that some of our integrations, like fe Swagger / OpenApi do > explicitly depend on JAXB APIs artifacts. I think we should be careful here > and at least add exclusions, avoiding classpath collisions. There could be > more examples like that. Thanks.
You are absolutely right. I've started to configure bannedDependencies in maven-enforcer-plugin config. This way we can ensure that the right exclusions are in place. Regards Dennis
