Skip to content

Commit c61c4ac

Browse files
committed
Update stream versions in stub-runner-boot.
Signed-off-by: Olga Maciaszek-Sharma <[email protected]> # Conflicts: # spring-cloud-contract-stub-runner-boot/pom.xml
1 parent bc1ae95 commit c61c4ac

File tree

1 file changed

+12
-0
lines changed
  • spring-cloud-contract-stub-runner-boot

1 file changed

+12
-0
lines changed

spring-cloud-contract-stub-runner-boot/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,18 @@
2222
<groupId>org.springframework.cloud</groupId>
2323
<artifactId>spring-cloud-contract-spec-kotlin</artifactId>
2424
</dependency>
25+
<dependency>
26+
<groupId>org.springframework.cloud</groupId>
27+
<artifactId>spring-cloud-stream-binder-rabbit</artifactId>
28+
<!--Because of the docker creation process explicit version is needed-->
29+
<version>4.2.2</version>
30+
</dependency>
31+
<dependency>
32+
<groupId>org.springframework.cloud</groupId>
33+
<artifactId>spring-cloud-stream-binder-kafka</artifactId>
34+
<!--Because of the docker creation process explicit version is needed-->
35+
<version>4.2.2</version>
36+
</dependency>
2537
<dependency>
2638
<groupId>org.springframework.boot</groupId>
2739
<artifactId>spring-boot-starter-web</artifactId>

0 commit comments

Comments
 (0)