Skip to content

Commit

Permalink
Using spring boot version instead of declaring
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli committed Jun 24, 2023
1 parent 01c2f6b commit b89ad59
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion kafka-avro/spring-boot-kafka-avro-consumer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@
<groupId>org.testcontainers</groupId>
<artifactId>kafka</artifactId>
<scope>test</scope>
<version>1.18.3</version>
</dependency>
<dependency>
<groupId>org.awaitility</groupId>
Expand Down
1 change: 0 additions & 1 deletion kafka-avro/spring-boot-kafka-avro-producer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@
<groupId>org.testcontainers</groupId>
<artifactId>kafka</artifactId>
<scope>test</scope>
<version>1.18.3</version>
</dependency>
<dependency>
<groupId>org.awaitility</groupId>
Expand Down

0 comments on commit b89ad59

Please sign in to comment.