aboutsummaryrefslogtreecommitdiffstats
path: root/common-be
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2017-02-28 10:54:57 +0200
committerMichael Lando <ml636r@att.com>2017-02-28 10:54:57 +0200
commit0de99c29bb4f8784a5b96948f916ad0fb3b9c3f9 (patch)
tree641b00e790547aed7ed7ce388660d3cbbd12e103 /common-be
parent9744a93978945ba102bd56168e5e5b2ec12e450f (diff)
pom update
Change-Id: I9f6efd301ebed94fc9b90235d111f04058445899 Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'common-be')
-rw-r--r--common-be/pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/common-be/pom.xml b/common-be/pom.xml
index a905c1b297..1a94d47771 100644
--- a/common-be/pom.xml
+++ b/common-be/pom.xml
@@ -24,6 +24,15 @@
<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>