diff options
Diffstat (limited to 'ONAP-REST/pom.xml')
-rw-r--r-- | ONAP-REST/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ONAP-REST/pom.xml b/ONAP-REST/pom.xml index 71bf6d843..5111d5190 100644 --- a/ONAP-REST/pom.xml +++ b/ONAP-REST/pom.xml @@ -38,6 +38,12 @@ <packaging>jar</packaging> <dependencies> + <!-- https://mvnrepository.com/artifact/org.yaml/snakeyaml --> + <dependency> + <groupId>org.yaml</groupId> + <artifactId>snakeyaml</artifactId> + <version>1.16</version> + </dependency> <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> |