diff options
author | Xue Gao <xg353y@intl.att.com> | 2020-03-25 12:12:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-03-25 12:12:08 +0000 |
commit | 2dcca5a5b563e7640313e93fe617ca89bf6aa6d6 (patch) | |
tree | 3ca9fb36dfd85fbe4ceb419ddcb323d73a6c06c9 /pom.xml | |
parent | f152e38d8120333a2572d0b785f4e68aedc92a04 (diff) | |
parent | 3ed8d43005f52b84ce04a7311ca97b4cb4a8b487 (diff) |
Merge "Improve the policy model download"
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -534,6 +534,11 @@ <artifactId>sdc-tosca</artifactId> <version>1.5.1</version> </dependency> + <dependency> + <groupId>org.yaml</groupId> + <artifactId>snakeyaml</artifactId> + <version>1.26</version> + </dependency> <!-- TESTING --> <dependency> <groupId>org.assertj</groupId> |