File tree Expand file tree Collapse file tree 5 files changed +10
-33
lines changed
spring-cloud-contract-stub-runner-docker
spring-cloud-contract-stub-runner-boot
src/main/resources/META-INF Expand file tree Collapse file tree 5 files changed +10
-33
lines changed Original file line number Diff line number Diff line change 6868 </plugin >
6969 </plugins >
7070 </build >
71- <dependencyManagement >
72- <dependencies >
73- <dependency >
74- <groupId >org.springframework.cloud</groupId >
75- <artifactId >spring-cloud-stream-dependencies</artifactId >
76- <version >${spring-cloud-stream.version} </version >
77- <type >pom</type >
78- <scope >import</scope >
79- </dependency >
80- </dependencies >
81- </dependencyManagement >
8271
8372</project >
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://repo1.maven.org/maven2/
4+ ARG THIN_REPO=https://repo.spring.io/snapshot
55
66LABEL Author=
"Marcin Grzejszczak <[email protected] >" 77LABEL Author=
"Bastian Doetsch <[email protected] >" @@ -33,8 +33,6 @@ VOLUME /tmp
3333COPY --chown=scc:scc target/maven_dependencies /home/scc/.m2/repository/
3434COPY --chown=scc:scc target/libs/stub-runner-boot.jar stub-runner-boot.jar
3535RUN echo "Fetching dependencies, please wait..."
36- RUN java -Dthin.dryrun=true -jar stub-runner-boot.jar --thin.repo=https://repo.maven.apache.org/maven2
37- RUN java -Dthin.dryrun=true -jar stub-runner-boot.jar --thin.profile=rabbit --thin.repo=https://repo.maven.apache.org/maven2
38- RUN java -Dthin.dryrun=true -jar stub-runner-boot.jar --thin.profile=kafka --thin.repo=https://repo.maven.apache.org/maven2
36+ RUN java -Dthin.dryrun=true -jar stub-runner-boot.jar --thin.repo=${THIN_REPO}
3937COPY --chown=scc:scc run.sh run.sh
4038ENTRYPOINT ["./run.sh" ]
Original file line number Diff line number Diff line change 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>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>-->
25+ <dependency >
26+ <groupId >org.springframework.cloud</groupId >
27+ <artifactId >spring-cloud-stream-binder-rabbit</artifactId >
28+ </dependency >
29+ <dependency >
30+ <groupId >org.springframework.cloud</groupId >
31+ <artifactId >spring-cloud-stream-binder-kafka</artifactId >
32+ </dependency >
3733 <dependency >
3834 <groupId >org.springframework.boot</groupId >
3935 <artifactId >spring-boot-starter-web</artifactId >
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments