From 8af66e885a492465d94399b9198487ce8550fa96 Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Mon, 24 Jun 2019 11:15:57 -0400 Subject: Remove versions form project poms Remove versions from project poms and instead drive version from dependencyManagement declaration in parent pom. Change-Id: I6d5923fb51040aa5e238638464150f8d455bc095 Issue-ID: CCSDK-1416 Signed-off-by: Timoney, Dan (dt5972) --- blueprints-processor/plugin/model-provider/pom.xml | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'blueprints-processor/plugin/model-provider') diff --git a/blueprints-processor/plugin/model-provider/pom.xml b/blueprints-processor/plugin/model-provider/pom.xml index 4395d27a2..34c285a9d 100644 --- a/blueprints-processor/plugin/model-provider/pom.xml +++ b/blueprints-processor/plugin/model-provider/pom.xml @@ -36,27 +36,22 @@ com.fasterxml.jackson.core jackson-core - ${jackson.version} com.fasterxml.jackson.core jackson-databind - ${jackson.version} com.fasterxml.jackson.core jackson-annotations - ${jackson.version} com.fasterxml.jackson.module jackson-module-jsonSchema - ${jackson.version} com.jayway.jsonpath json-path - 2.3.0 org.onap.ccsdk.features @@ -71,31 +66,26 @@ org.powermock powermock-api-mockito - 1.6.6 test org.powermock powermock-module-junit4 - 1.6.6 test org.apache.sling org.apache.sling.testing.osgi-mock - 2.3.2 test junit junit - ${junit.version} test commons-collections commons-collections - 3.2.2 org.osgi -- cgit 1.2.3-korg