Adds spring-cloud-build runtime dependency

Also changes to pom import
This commit is contained in:
spencergibb
2022-05-26 18:56:13 -04:00
parent 9ad8158ba7
commit c507a97a60

View File

@@ -19,10 +19,18 @@
<dependencies>
<!-- Required, otherwise the docker image generation fails for GA -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build-dependencies</artifactId>
<version>${spring-cloud-build.version}</version>
<type>pom</type>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>${spring-cloud-build.version}</version>
<type>pom</type>
<scope>runtime</scope>
</dependency>
<dependency>