From 5cac3442be94c4c7250691a9c1e3f3c450332e3f Mon Sep 17 00:00:00 2001
From: "dependabot-preview[bot]"
<27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Mon, 9 Mar 2020 07:41:56 +0000
Subject: [PATCH] TSK-1158: disabled forking for Spring Boot process in
pom.xml.
---
rest/taskana-rest-spring-example-boot/pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/rest/taskana-rest-spring-example-boot/pom.xml b/rest/taskana-rest-spring-example-boot/pom.xml
index 3f506cbfb..cc7dac57f 100644
--- a/rest/taskana-rest-spring-example-boot/pom.xml
+++ b/rest/taskana-rest-spring-example-boot/pom.xml
@@ -108,6 +108,11 @@
org.springframework.boot
spring-boot-maven-plugin
${version.spring.boot}
+
+
+ false
+