diff options
author | Bruno Sakoto <bruno.sakoto@bell.ca> | 2019-08-07 10:23:10 -0400 |
---|---|---|
committer | Bruno Sakoto <bruno.sakoto@bell.ca> | 2019-08-08 15:28:41 +0000 |
commit | 4fc85104bc026fefa80cb5598feab9a7cdd9aaf4 (patch) | |
tree | f3f5f28ca12cdcf3a20692b0099b90472a9f8664 /models-interactions/model-yaml/pom.xml | |
parent | b7909b8e74c0bc5920f5d0397a4371988df9e8b2 (diff) |
Review maven dependency for snakeyaml
Remove explicit version for snakeyaml maven dependency and inherit it
from integration parent artifact.
Upgrade snakeyaml to latest 1.24 version.
Issue-ID: POLICY-1603
Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca>
Change-Id: Id575085f220807a574758dd11fd6fef44fd2ffc8
Diffstat (limited to 'models-interactions/model-yaml/pom.xml')
-rw-r--r-- | models-interactions/model-yaml/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/models-interactions/model-yaml/pom.xml b/models-interactions/model-yaml/pom.xml index ea972dfa2..890e8f782 100644 --- a/models-interactions/model-yaml/pom.xml +++ b/models-interactions/model-yaml/pom.xml @@ -45,7 +45,6 @@ <dependency> <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId> - <version>1.17</version> </dependency> <dependency> <groupId>org.jgrapht</groupId> |