Skip to content

Commit

Permalink
fix spring issue (#2014)
Browse files Browse the repository at this point in the history
  • Loading branch information
chengjie8 authored Sep 5, 2023
1 parent d692e36 commit 07803d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svc-bie-kafka/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {

// RabbitMQ
implementation 'org.springframework.boot:spring-boot-starter-amqp'
implementation 'org.springframework.kafka:spring-kafka:3.0.11'
implementation 'org.springframework.kafka:spring-kafka'

// Provides endpoint for healthcheck
implementation 'org.springframework.boot:spring-boot-starter-web'
Expand Down

0 comments on commit 07803d7

Please sign in to comment.