Fixing the build

This commit is contained in:
Marcin Grzejszczak
2023-06-26 08:51:27 +02:00
parent 5768d1ba6e
commit e52e86e38c
2 changed files with 12 additions and 0 deletions

View File

@@ -86,6 +86,17 @@
<type>pom</type>
<scope>runtime</scope>
</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>