This issue is caused by Apicurio providing only a subset of Jackson libraries that are part of Kafka Connect runtime. Upon further investigation we decided this is not something that is solvable a the build time. The steps for correction
1) Jackson libraries (and potential others as well) should be handled as a single logical unit. If a single one of them is ovewritten at connector/convertor level then all should be. We need to get in touch with Apicurio guys, explain the situation and provide a PR that will remedy the problem.
2) In the meantime the Docker build will be modified so download the three missing JARs in the version that is required by Apicurio and put into Apicurio directory. This wasy we will simulate option 1.
Released