aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Sakoto <bruno.sakoto@bell.ca>2019-08-08 11:08:31 -0400
committerBruno Sakoto <bruno.sakoto@bell.ca>2019-08-08 11:21:28 -0400
commit78be59da35c8c4dc15335cb92fad5811ad6c9b97 (patch)
tree325ce823f319198bb33baa53bc55cf33744e87cc
parentd7a0af78ec30aee100043816d382bb27eeb700e5 (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: Ice5c76ee720638154a7ed086f26e6a0ac2fa7a73
-rw-r--r--plugins/plugins-event/plugins-event-protocol/plugins-event-protocol-yaml/pom.xml1
-rw-r--r--pom.xml2
2 files changed, 1 insertions, 2 deletions
diff --git a/plugins/plugins-event/plugins-event-protocol/plugins-event-protocol-yaml/pom.xml b/plugins/plugins-event/plugins-event-protocol/plugins-event-protocol-yaml/pom.xml
index 8df369dd9..d563fb438 100644
--- a/plugins/plugins-event/plugins-event-protocol/plugins-event-protocol-yaml/pom.xml
+++ b/plugins/plugins-event/plugins-event-protocol/plugins-event-protocol-yaml/pom.xml
@@ -37,7 +37,6 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
- <version>1.21</version>
</dependency>
</dependencies>
diff --git a/pom.xml b/pom.xml
index 895675784..9901a7b86 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>3.0.0</version>
+ <version>3.0.1-SNAPSHOT</version>
<relativePath />
</parent>