aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2020-03-24 15:49:19 -0700
committersebdet <sebastien.determe@intl.att.com>2020-03-25 03:56:45 -0700
commit3ed8d43005f52b84ce04a7311ca97b4cb4a8b487 (patch)
treecd7a54ddf5b7bb66ffc597fa09209a80790ccead /pom.xml
parente65d457a2dfd6ebb5e1f5a28b74f05c16c285dc3 (diff)
Improve the policy model download
Improve the policy model download so that the yaml is now in pretty printing and the policy engine is not triggered if the model is already in the database Issue-ID: CLAMP-784 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: Ibd1e6bd617cf052ad4c475e4dd9c63eb2b046acd
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 04ab4cb43..34054da02 100644
--- a/pom.xml
+++ b/pom.xml
@@ -530,6 +530,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>