pom update

Change-Id: I9f6efd301ebed94fc9b90235d111f04058445899
Signed-off-by: Michael Lando <ml636r@att.com>
diff --git a/distribution-ci/pom.xml b/distribution-ci/pom.xml
index 8308d92..8e8569e 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>