Dependency cleanup - Kafka binder

Revmoe unnecessary explicit depdency of kafka-clients in the binder
This commit is contained in:
Soby Chacko
2022-10-27 12:57:14 -04:00
parent b088879083
commit 4ebeadc0f6

View File

@@ -37,10 +37,6 @@
<artifactId>spring-boot-autoconfigure</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.kafka</groupId>
<artifactId>spring-kafka</artifactId>