TSK-1158: disabled forking for Spring Boot process in pom.xml.

This commit is contained in:
dependabot-preview[bot] 2020-03-09 07:41:56 +00:00 committed by Holger Hagen
parent 7d464bd6cd
commit 5cac3442be
1 changed files with 5 additions and 0 deletions

View File

@ -108,6 +108,11 @@
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId> <artifactId>spring-boot-maven-plugin</artifactId>
<version>${version.spring.boot}</version> <version>${version.spring.boot}</version>
<configuration>
<!-- disable process forking that is enabled by default
in spring-boot 2.2.0.RELEASE and higher -->
<fork>false</fork>
</configuration>
<executions> <executions>
<execution> <execution>
<goals> <goals>