We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf2096b commit b9c1392Copy full SHA for b9c1392
docker/spring-cloud-contract-stub-runner-docker/pom.xml
@@ -75,6 +75,20 @@
75
<type>pom</type>
76
<scope>runtime</scope>
77
</dependency>
78
+ <dependency>
79
+ <groupId>org.springframework.cloud</groupId>
80
+ <artifactId>spring-cloud-dependencies-parent</artifactId>
81
+ <version>${spring-cloud-build.version}</version>
82
+ <type>pom</type>
83
+ <scope>runtime</scope>
84
+ </dependency>
85
86
87
+ <artifactId>spring-cloud-build-dependencies</artifactId>
88
89
90
91
92
93
94
<dependency>
0 commit comments