Fix copying deps during docker image creation.

This commit is contained in:
Olga Maciaszek-Sharma
2023-02-23 14:34:47 +01:00
parent 775f61d0ee
commit e90d9a73a2
2 changed files with 12 additions and 0 deletions

View File

@@ -54,6 +54,12 @@
<version>${dependency-management-plugin.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>${spring-cloud-build.version}</version>
<type>pom</type>
</dependency>
</dependencies>
<build>

View File

@@ -89,6 +89,12 @@
<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>
</dependency>
<dependency>