Skip to content

Commit

Permalink
Added kafka-tools dependency (#3404)
Browse files Browse the repository at this point in the history
  • Loading branch information
adirwill authored Nov 11, 2024
1 parent 0e6f607 commit 1aec31f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package-kafka-serde-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,11 @@
<artifactId>connect-json</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-tools</artifactId>
<version>${kafka.version}</version>
</dependency>
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>connect-file</artifactId>
Expand Down

0 comments on commit 1aec31f

Please sign in to comment.