Skip to content
Snippets Groups Projects
Commit da489c9e authored by Nathaniel Egwu's avatar Nathaniel Egwu
Browse files

Update pom.xml, docker-compose.yaml, src/main/java/com/example/demo/configuration/KafkaConfig.Java

parent bcdfbfd5
No related tags found
1 merge request!1Update pom.xml, docker-compose.yaml, src/main/java/com/example/demo/configuration/KafkaConfig.Java
......@@ -30,6 +30,12 @@
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.kafka</groupId>
<artifactId>spring-kafka</artifactId>
<version>2.7.2</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment