Merge pull request #238 from ZuSe/fix/add-dep-snakeyaml

Add snakeyaml to dependencies
This commit is contained in:
Jens Kristian Villadsen
2021-05-22 15:43:24 +02:00
committed by GitHub

View File

@@ -147,6 +147,13 @@
<artifactId>thymeleaf</artifactId>
</dependency>
<!-- Needed for parsing the config -->
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.28</version>
</dependency>
<!-- Used for CORS support -->
<!-- Spring Web is used to deploy the server to a web container. -->
<dependency>