diff options
author | Michael Lando <ml636r@att.com> | 2017-02-28 09:18:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@openecomp.org> | 2017-02-28 09:18:34 +0000 |
commit | 8440797eac059039ac9846610288f7ad5b4f3a6f (patch) | |
tree | 3e635674e2fbca8530ce6a1bc34a624273dd260e /catalog-model | |
parent | 402bb77c30277a1141d9e3bb7e6a57105183a53a (diff) | |
parent | 0de99c29bb4f8784a5b96948f916ad0fb3b9c3f9 (diff) |
Merge "pom update"
Diffstat (limited to 'catalog-model')
-rw-r--r-- | catalog-model/pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/catalog-model/pom.xml b/catalog-model/pom.xml index 59f499f186..93b21bf8df 100644 --- a/catalog-model/pom.xml +++ b/catalog-model/pom.xml @@ -17,6 +17,14 @@ <dependencies> + <!-- yaml to object converter --> + <dependency> + <groupId>org.yaml</groupId> + <artifactId>snakeyaml</artifactId> + <version>1.14</version> + <scope>provided</scope> + </dependency> + <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> |