diff options
author | sebdet <sebastien.determe@intl.att.com> | 2020-03-24 15:49:19 -0700 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2020-03-25 03:56:45 -0700 |
commit | 3ed8d43005f52b84ce04a7311ca97b4cb4a8b487 (patch) | |
tree | cd7a54ddf5b7bb66ffc597fa09209a80790ccead /pom.xml | |
parent | e65d457a2dfd6ebb5e1f5a28b74f05c16c285dc3 (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.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> |