As far I see at
<dependency>
<!-- used for testing https://github.com/spring-cloud/spring-cloud-schema-registry/issues/19 -->
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-xml</artifactId>
<scope>tests</scope>
</dependency>
the dependency jackson-dataformat-xml should be excluded but it is not because the scope is tests instead of test. (note the last s)
As far I see at
spring-cloud-schema-registry/spring-cloud-schema-registry-client/pom.xml
Line 76 in 7d99ccb
the dependency
jackson-dataformat-xmlshould be excluded but it is not because the scope istestsinstead oftest. (note the lasts)