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/generator-provider/pom.xml | 6 ------ 1 file changed, 6 deletions(-) (limited to 'blueprints-processor/plugin/generator-provider/pom.xml') diff --git a/blueprints-processor/plugin/generator-provider/pom.xml b/blueprints-processor/plugin/generator-provider/pom.xml index e8d97472f..b2d0f1467 100644 --- a/blueprints-processor/plugin/generator-provider/pom.xml +++ b/blueprints-processor/plugin/generator-provider/pom.xml @@ -46,32 +46,26 @@ 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} commons-io commons-io - 2.5 org.apache.velocity velocity - 1.7 org.powermock -- cgit 1.2.3-korg