From 3f44b32ac038071e79784b42f9eafe9c9a95a117 Mon Sep 17 00:00:00 2001 From: Mustapha Zorgati <15628173+mustaphazorgati@users.noreply.github.com> Date: Thu, 29 Oct 2020 20:57:19 +0100 Subject: [PATCH] TSK-1282: downgraded taskana-rest-spring-example-wildfly to jdk8 This is done to preserve the wildfly version we agreed with our client --- rest/pom.xml | 1 - rest/taskana-rest-spring-example-wildfly/pom.xml | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/rest/pom.xml b/rest/pom.xml index 4e9573b5c..24b375007 100644 --- a/rest/pom.xml +++ b/rest/pom.xml @@ -19,7 +19,6 @@ ../web taskana-rest-spring-example-common taskana-rest-spring-example-boot - taskana-rest-spring-example-wildfly diff --git a/rest/taskana-rest-spring-example-wildfly/pom.xml b/rest/taskana-rest-spring-example-wildfly/pom.xml index fbc28467b..aea0e5908 100644 --- a/rest/taskana-rest-spring-example-wildfly/pom.xml +++ b/rest/taskana-rest-spring-example-wildfly/pom.xml @@ -15,6 +15,10 @@ ../pom.xml + + 8 + +