aboutsummaryrefslogtreecommitdiffstats
path: root/distribution-ci/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'distribution-ci/pom.xml')
-rw-r--r--distribution-ci/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/distribution-ci/pom.xml b/distribution-ci/pom.xml
index 8308d92a00..8e8569ebce 100644
--- a/distribution-ci/pom.xml
+++ b/distribution-ci/pom.xml
@@ -13,6 +13,13 @@
<dependencies>
+ <!-- yaml to object converter -->
+ <dependency>
+ <groupId>org.yaml</groupId>
+ <artifactId>snakeyaml</artifactId>
+ <version>1.14</version>
+ <scope>provided</scope>
+ </dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>