Skip to content

Commit a5e26bf

Browse files
garyrussellwilkinsona
authored andcommitted
Add dependency management for kafka-streams-test-utils
See gh-16728
1 parent 9fa5235 commit a5e26bf

File tree

1 file changed

+5
-0
lines changed
  • spring-boot-project/spring-boot-dependencies

1 file changed

+5
-0
lines changed

spring-boot-project/spring-boot-dependencies/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1625,6 +1625,11 @@
16251625
<artifactId>kafka-streams</artifactId>
16261626
<version>${kafka.version}</version>
16271627
</dependency>
1628+
<dependency>
1629+
<groupId>org.apache.kafka</groupId>
1630+
<artifactId>kafka-streams-test-utils</artifactId>
1631+
<version>${kafka.version}</version>
1632+
</dependency>
16281633
<dependency>
16291634
<groupId>org.apache.kafka</groupId>
16301635
<artifactId>kafka-tools</artifactId>

0 commit comments

Comments
 (0)