From b7935d4b1437bd03e8063df584cbf917894bfdd3 Mon Sep 17 00:00:00 2001 From: md_5 Date: Fri, 11 Jun 2021 21:13:38 +1000 Subject: [PATCH] Downgrade SnakeYAML due to issues with comments parsing --- api/pom.xml | 2 +- config/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index 277029c9..e64231f5 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -73,7 +73,7 @@ org.yaml snakeyaml - 1.29 + 1.28 compile diff --git a/config/pom.xml b/config/pom.xml index 20e3dae1..88c71b99 100644 --- a/config/pom.xml +++ b/config/pom.xml @@ -29,7 +29,7 @@ org.yaml snakeyaml - 1.29 + 1.28 compile true