Fixing the build

This commit is contained in:
Marcin Grzejszczak
2023-06-26 08:51:27 +02:00
parent 169a39d481
commit d85e522a84
3 changed files with 12 additions and 3 deletions

View File

@@ -95,6 +95,17 @@
<version>${spring-cloud-build.version}</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework.boot.experimental</groupId>
<artifactId>spring-boot-thin-layout</artifactId>
<version>${thin-jar.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot.experimental</groupId>
<artifactId>spring-boot-thin-launcher</artifactId>
<version>${thin-jar.version}</version>
<classifier>exec</classifier>
</dependency>
<dependency>