File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
docker/spring-cloud-contract-stub-runner-docker
spring-cloud-contract-stub-runner-boot
src/main/resources/META-INF Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11FROM ubuntu:20.04
22
33ARG SDKMAN_JAVA_INSTALLATION=17.0.1-tem
4- ARG THIN_REPO=https://repo.spring.io/snapshot
4+ ARG THIN_REPO=https://repo1.maven.org/maven2/
55
66LABEL Author="Marcin Grzejszczak <mgrzejszczak@pivotal.io>"
77LABEL Author="Bastian Doetsch <bdoetsch@vmware.com>"
Original file line number Diff line number Diff line change 2626 <groupId >org.springframework.cloud</groupId >
2727 <artifactId >spring-cloud-stream-binder-rabbit</artifactId >
2828 <!-- Because of the docker creation process explicit version is needed-->
29- <version >5.0.0-SNAPSHOT </version >
29+ <version >5.0.0-M1 </version >
3030 </dependency >
3131 <dependency >
3232 <groupId >org.springframework.cloud</groupId >
3333 <artifactId >spring-cloud-stream-binder-kafka</artifactId >
3434 <!-- Because of the docker creation process explicit version is needed-->
35- <version >5.0.0-SNAPSHOT </version >
35+ <version >5.0.0-M1 </version >
3636 </dependency >
3737 <dependency >
3838 <groupId >org.springframework.boot</groupId >
Original file line number Diff line number Diff line change 11exclusions.spring-cloud-stream-binder-rabbit = org.springframework.cloud:spring-cloud-stream-binder-rabbit
2- dependencies.spring-cloud-stream-binder-kafka: org.springframework.cloud:spring-cloud-stream-binder-kafka:5.0.0-SNAPSHOT
2+ dependencies.spring-cloud-stream-binder-kafka: org.springframework.cloud:spring-cloud-stream-binder-kafka:5.0.0-M1
Original file line number Diff line number Diff line change 11exclusions.spring-cloud-stream-binder-kafka : org.springframework.cloud:spring-cloud-stream-binder-kafka
2- dependencies.spring-cloud-stream-binder-rabbit : org.springframework.cloud:spring-cloud-stream-binder-rabbit:5.0.0-SNAPSHOT
2+ dependencies.spring-cloud-stream-binder-rabbit : org.springframework.cloud:spring-cloud-stream-binder-rabbit:5.0.0-M1
You can’t perform that action at this time.
0 commit comments