Add snakeyaml to dependencies

This commit is contained in:
ppalacin
2021-05-21 15:31:32 +02:00
parent 28c9189375
commit 787a1b8d0f

View File

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