Merge pull request #248 from lantanagroup/snakeyaml-dependency

Adding dependency to snakeyaml
This commit is contained in:
James Agnew
2021-06-06 09:07:57 -04:00
committed by GitHub

View File

@@ -64,6 +64,11 @@
<artifactId>postgresql</artifactId>
<version>42.2.9</version>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.28</version>
</dependency>
<!-- Needed for Email subscriptions -->
<dependency>