Skip to content

Commit

Permalink
Add module dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GunalKupta committed Dec 24, 2024
1 parent 2ae7e9d commit a2badd9
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions jacoco-aggregate-schema-registry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,36 @@
<artifactId>kafka-streams-json-schema-serde</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.confluent</groupId>
<artifactId>kafka-schema-registry-client-encryption</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.confluent</groupId>
<artifactId>kafka-schema-registry-client-encryption-aws</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.confluent</groupId>
<artifactId>kafka-schema-registry-client-encryption-gcp</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.confluent</groupId>
<artifactId>kafka-schema-registry-client-encryption-azure</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.confluent</groupId>
<artifactId>kafka-schema-registry-client-encryption-tink</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.confluent</groupId>
<artifactId>kafka-schema-registry-client-encryption-hcvault</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit a2badd9

Please sign in to comment.