Skip to content

Commit

Permalink
Added kafka-tools dependency (#3404) (#3405)
Browse files Browse the repository at this point in the history
Co-authored-by: Aditya Raj <[email protected]>
  • Loading branch information
kcorman0 and adirwill authored Nov 12, 2024
1 parent 5e40d15 commit 6b58ab0
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 6b58ab0

Please sign in to comment.