diff options
author | Bruno Sakoto <bruno.sakoto@bell.ca> | 2019-08-08 10:40:11 -0400 |
---|---|---|
committer | Bruno Sakoto <bruno.sakoto@bell.ca> | 2019-08-08 10:44:54 -0400 |
commit | d8930c7ea6f302f4364512867583510cea47b52a (patch) | |
tree | c5f55b83b9dc013fe22ccaaa432ac08c15edc9c2 /pom.xml | |
parent | a881b1a2787c71fa6de615b3cf9a16a00a8136b4 (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: Id44753332f39409205d2a64f6bc5563a5869bf91
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>3.0.0</version> + <version>3.0.1-SNAPSHOT</version> <relativePath /> </parent> |