Fix spring kafka version pom (#2364)
This commit is contained in:
committed by
GitHub
parent
34d1d040cc
commit
28bb5aa9a2
@@ -41,7 +41,7 @@
|
||||
<dependency>
|
||||
<groupId>org.springframework.kafka</groupId>
|
||||
<artifactId>spring-kafka</artifactId>
|
||||
<version>2.8.4-SNAPSHOT</version>
|
||||
<version>${spring-kafka.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.kafka</groupId>
|
||||
|
||||
Reference in New Issue
Block a user