From cbf4817908f0000c9226f228e68cbc6fd7b0c424 Mon Sep 17 00:00:00 2001 From: Christian Tzolov Date: Thu, 13 Feb 2020 13:34:42 +0100 Subject: [PATCH] Clear the client pom dependencies - Replace spring-boot-starter-web by spring-web, Avro and Jackson dependencies. This ensures that Tomcat is not unintentionally brought in. - update Avro from 1.8.1 to 1.8.2 Resolves #23 --- spring-cloud-schema-registry-client/pom.xml | 23 ++++++++++++++------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/spring-cloud-schema-registry-client/pom.xml b/spring-cloud-schema-registry-client/pom.xml index cea6a18..ce5fc84 100644 --- a/spring-cloud-schema-registry-client/pom.xml +++ b/spring-cloud-schema-registry-client/pom.xml @@ -11,7 +11,7 @@ spring-cloud-schema-registry-client - 1.8.1 + 1.8.2 @@ -23,25 +23,32 @@ org.springframework.cloud spring-cloud-stream + + org.springframework + spring-web + org.springframework.boot - spring-boot-starter-web + spring-boot-starter + + + com.fasterxml.jackson.core + jackson-databind org.springframework.boot spring-boot-configuration-processor true - - org.springframework.boot - spring-boot-starter-test - test - org.apache.avro avro ${avro.version} - true + + + org.springframework.boot + spring-boot-starter-test + test org.springframework.cloud