From 539435a724c6d273461d44e8ccadf83c12b77b43 Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Tue, 13 Feb 2024 17:47:07 -0500 Subject: [PATCH] Fiing schema registry tests --- .../spring-cloud-stream-schema-registry-client/pom.xml | 6 ++++++ .../spring-cloud-stream-schema-registry-core/pom.xml | 6 ++++++ .../spring-cloud-stream-schema-registry-server/pom.xml | 6 ++++++ 3 files changed, 18 insertions(+) diff --git a/schema-registry/spring-cloud-stream-schema-registry-client/pom.xml b/schema-registry/spring-cloud-stream-schema-registry-client/pom.xml index 54f683044..6d28952e9 100644 --- a/schema-registry/spring-cloud-stream-schema-registry-client/pom.xml +++ b/schema-registry/spring-cloud-stream-schema-registry-client/pom.xml @@ -39,6 +39,12 @@ org.apache.avro avro + + com.fasterxml.jackson.core + jackson-databind + + 2.15.3 + org.springframework.boot spring-boot-starter-test diff --git a/schema-registry/spring-cloud-stream-schema-registry-core/pom.xml b/schema-registry/spring-cloud-stream-schema-registry-core/pom.xml index 64a2f3316..51d1ceacb 100644 --- a/schema-registry/spring-cloud-stream-schema-registry-core/pom.xml +++ b/schema-registry/spring-cloud-stream-schema-registry-core/pom.xml @@ -36,6 +36,12 @@ spring-boot-configuration-processor true + + com.fasterxml.jackson.core + jackson-databind + + 2.15.3 + diff --git a/schema-registry/spring-cloud-stream-schema-registry-server/pom.xml b/schema-registry/spring-cloud-stream-schema-registry-server/pom.xml index 0928f0d8b..14b118e60 100644 --- a/schema-registry/spring-cloud-stream-schema-registry-server/pom.xml +++ b/schema-registry/spring-cloud-stream-schema-registry-server/pom.xml @@ -37,6 +37,12 @@ org.postgresql postgresql + + com.fasterxml.jackson.core + jackson-databind + + 2.15.3 +