diff options
Diffstat (limited to 'catalog-model/pom.xml')
-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> |