Skip to content

Commit

Permalink
spring-kafka-test: add kafka-server dependency
Browse files Browse the repository at this point in the history
- Adds direct dependency on kafka-server module to support
   integration testing components that require broker functionality.
  • Loading branch information
sobychacko authored Dec 9, 2024
1 parent e27a344 commit c639cac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ project ('spring-kafka-test') {
exclude group: 'log4j'
}
api "org.apache.kafka:kafka-clients:$kafkaVersion:test"
api "org.apache.kafka:kafka-server:$kafkaVersion"
api "org.apache.kafka:kafka-metadata:$kafkaVersion"
api "org.apache.kafka:kafka-server-common:$kafkaVersion"
api "org.apache.kafka:kafka-server-common:$kafkaVersion:test"
Expand Down

0 comments on commit c639cac

Please sign in to comment.