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>

View File

@@ -65,6 +65,7 @@
<jacoco-maven-plugin.version>0.8.8</jacoco-maven-plugin.version>
<exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
<InMemoryJavaCompiler.version>1.3.0</InMemoryJavaCompiler.version>
<thin-jar.version>1.0.27.RELEASE</thin-jar.version>
<contract.kotlin.version>1.8.22</contract.kotlin.version>
<commons-beanutils.version>1.9.4</commons-beanutils.version>