Adding dependency to snakeyaml

This commit is contained in:
Sean McIlvenna
2021-06-05 15:47:00 -07:00
parent 0cc6d447fe
commit 4bba0778bd

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>