From 72460a59ebca0a155a2efe69b93f9612a7d0df4e Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Thu, 4 Oct 2018 16:15:14 -0700 Subject: Remove unnecessary dependency in version-manifest Change-Id: I6553309c883a20f9c2cdb0cb9976acffab239419 Issue-ID: INT-663 Signed-off-by: Gary Wu --- version-manifest/pom.xml | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/version-manifest/pom.xml b/version-manifest/pom.xml index 3c6dea7f8..4202b2655 100644 --- a/version-manifest/pom.xml +++ b/version-manifest/pom.xml @@ -14,29 +14,18 @@ https://www.onap.org UTF-8 - 3.2.3 - - org.apache.maven - maven-plugin-api - 2.0 - org.apache.maven.plugin-tools maven-plugin-annotations - 3.2 + 3.5.2 provided - - org.codehaus.plexus - plexus-utils - 3.0.8 - org.apache.maven maven-core - ${mavenVersion} + 3.5.4 @@ -136,7 +125,7 @@ check-docker-images-released - validate + verify exec @@ -149,7 +138,7 @@ check-docker-staging-images-exist - validate + verify exec -- cgit 1.2.3-korg