Skip to content

Commit

Permalink
Add jacoco to parent pom
Browse files Browse the repository at this point in the history
  • Loading branch information
GunalKupta committed Dec 24, 2024
1 parent 0059dd4 commit b996d64
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
<module>client-encryption-hcvault</module>
<module>client-encryption</module>
<module>benchmark</module>
<module>jacoco-aggregate-schema-registry</module>
</modules>

<properties>
Expand Down Expand Up @@ -449,6 +450,11 @@
<artifactId>kafka-json-schema-serializer</artifactId>
<version>${io.confluent.schema-registry.version}</version>
</dependency>
<dependency>
<groupId>io.confluent</groupId>
<artifactId>jacoco-aggregate-schema-registry</artifactId>
<version>${io.confluent.schema-registry.version}</version>
</dependency>
<dependency>
<groupId>io.confluent</groupId>
<artifactId>kafka-streams-json-schema-serde</artifactId>
Expand Down

0 comments on commit b996d64

Please sign in to comment.