From 7f75e155668aa5fe1c9a0b2417f3495816e91129 Mon Sep 17 00:00:00 2001 From: Kunal Gupta Date: Mon, 23 Dec 2024 22:27:56 -0500 Subject: [PATCH] Update parent pom --- pom.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/pom.xml b/pom.xml index 0a249366e18..b57e35b06d3 100644 --- a/pom.xml +++ b/pom.xml @@ -78,6 +78,7 @@ client-encryption-hcvault client-encryption benchmark + jacoco-aggregate-schema-registry @@ -449,6 +450,11 @@ kafka-json-schema-serializer ${io.confluent.schema-registry.version} + + io.confluent + jacoco-aggregate-schema-registry + ${io.confluent.schema-registry.version} + io.confluent kafka-streams-json-schema-serde @@ -561,6 +567,25 @@ + + org.jacoco + jacoco-maven-plugin + 0.8.8 + + + prepare-agent + + prepare-agent + + + + generate-code-coverage-report + + report + + + +