From 787a1b8d0f872e08c6e21c3aa139cc547564db5a Mon Sep 17 00:00:00 2001 From: ppalacin Date: Fri, 21 May 2021 15:31:32 +0200 Subject: [PATCH] Add snakeyaml to dependencies --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index 03ed67c..4471c2f 100644 --- a/pom.xml +++ b/pom.xml @@ -147,6 +147,13 @@ thymeleaf + + + org.yaml + snakeyaml + 1.28 + +