From 92cdbf49607059fc6dd60086f5fe6356a13f25c0 Mon Sep 17 00:00:00 2001 From: simongig Date: Tue, 19 Nov 2019 17:09:50 +0100 Subject: [PATCH 1/2] added thymeleaf --- application/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/application/pom.xml b/application/pom.xml index 32e3ed2..5405ff9 100644 --- a/application/pom.xml +++ b/application/pom.xml @@ -17,6 +17,12 @@ + + org.thymeleaf + thymeleaf + 3.0.11.RELEASE + + org.slf4j From efdb9fe8b98636bed848bc941effe47eb9ab6422 Mon Sep 17 00:00:00 2001 From: simongig Date: Tue, 19 Nov 2019 17:10:42 +0100 Subject: [PATCH 2/2] merged --- application/pom.xml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/application/pom.xml b/application/pom.xml index 69ac14c..b4e206b 100644 --- a/application/pom.xml +++ b/application/pom.xml @@ -30,15 +30,6 @@ 1.7.28 - - - - org.thymeleaf - thymeleaf - 3.0.11.RELEASE - - -