pom update
[sdc.git] / distribution-ci / pom.xml
index 8308d92..8e8569e 100644 (file)
 
 
        <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>