Skip to content

Commit 328297b

Browse files
committed
Temporarily enable hard-coded dependencies.
Signed-off-by: Olga Maciaszek-Sharma <[email protected]>
1 parent 955064a commit 328297b

File tree

1 file changed

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

1 file changed

+12
-12
lines changed

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +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-
<!-- &lt;!&ndash;Because of the docker creation process explicit version is needed&ndash;&gt;-->
29-
<!-- <version>5.0.0-SNAPSHOT</version>-->
30-
<!-- </dependency>-->
31-
<!-- <dependency>-->
32-
<!-- <groupId>org.springframework.cloud</groupId>-->
33-
<!-- <artifactId>spring-cloud-stream-binder-kafka</artifactId>-->
34-
<!-- &lt;!&ndash;Because of the docker creation process explicit version is needed&ndash;&gt;-->
35-
<!-- <version>5.0.0-SNAPSHOT</version>-->
36-
<!-- </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>5.0.0-M1</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>5.0.0-M1</version>
36+
</dependency>
3737
<dependency>
3838
<groupId>org.springframework.boot</groupId>
3939
<artifactId>spring-boot-starter-web</artifactId>

0 commit comments

Comments
 (0)