From a2badd903bcd9e2433c3e0ff61fa8106a544340f Mon Sep 17 00:00:00 2001 From: Kunal Gupta Date: Mon, 23 Dec 2024 20:44:11 -0500 Subject: [PATCH] Add module dependencies --- jacoco-aggregate-schema-registry/pom.xml | 30 ++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/jacoco-aggregate-schema-registry/pom.xml b/jacoco-aggregate-schema-registry/pom.xml index 33c4b20fb5d..f651a3d99f9 100644 --- a/jacoco-aggregate-schema-registry/pom.xml +++ b/jacoco-aggregate-schema-registry/pom.xml @@ -106,6 +106,36 @@ kafka-streams-json-schema-serde ${project.version} + + io.confluent + kafka-schema-registry-client-encryption + ${project.version} + + + io.confluent + kafka-schema-registry-client-encryption-aws + ${project.version} + + + io.confluent + kafka-schema-registry-client-encryption-gcp + ${project.version} + + + io.confluent + kafka-schema-registry-client-encryption-azure + ${project.version} + + + io.confluent + kafka-schema-registry-client-encryption-tink + ${project.version} + + + io.confluent + kafka-schema-registry-client-encryption-hcvault + ${project.version} +