aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorXue Gao <xg353y@intl.att.com>2020-03-25 12:12:08 +0000
committerGerrit Code Review <gerrit@onap.org>2020-03-25 12:12:08 +0000
commit2dcca5a5b563e7640313e93fe617ca89bf6aa6d6 (patch)
tree3ca9fb36dfd85fbe4ceb419ddcb323d73a6c06c9 /pom.xml
parentf152e38d8120333a2572d0b785f4e68aedc92a04 (diff)
parent3ed8d43005f52b84ce04a7311ca97b4cb4a8b487 (diff)
Merge "Improve the policy model download"
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index b9abc4f1..f30fe85a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>