diff options
-rw-r--r-- | integration/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index b04656f9..098b4b05 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -196,6 +196,13 @@ <version>1.3.8</version> </dependency> + <!-- SnakeYAML --> + <dependency> + <groupId>org.yaml</groupId> + <artifactId>snakeyaml</artifactId> + <version>1.24</version> + </dependency> + <!-- Test dependencies --> <!-- In memory Database Engine --> |