Fixing the build
This commit is contained in:
@@ -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>
|
||||
|
||||
1
pom.xml
1
pom.xml
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user