Skip to content

Commit 69b525a

Browse files
authored
Merge pull request #9560 from rquinio/bugfix/kafka-streams-test-version
Manage kafka-streams-test-utils version in quarkus-bom
2 parents 1b8200a + ff24a30 commit 69b525a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

bom/runtime/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1771,6 +1771,11 @@
17711771
<artifactId>kafka-streams</artifactId>
17721772
<version>${kafka2.version}</version>
17731773
</dependency>
1774+
<dependency>
1775+
<groupId>org.apache.kafka</groupId>
1776+
<artifactId>kafka-streams-test-utils</artifactId>
1777+
<version>${kafka2.version}</version>
1778+
</dependency>
17741779
<dependency>
17751780
<groupId>org.apache.kafka</groupId>
17761781
<artifactId>kafka_2.12</artifactId>

0 commit comments

Comments
 (0)