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/adaptors/data-adaptor-provider/pom.xml | 7 ------- blueprints-processor/adaptors/rest-adaptor-provider/pom.xml | 8 -------- blueprints-processor/plugin/assignment-provider/pom.xml | 4 ---- blueprints-processor/plugin/generator-provider/pom.xml | 6 ------ blueprints-processor/plugin/model-provider/pom.xml | 10 ---------- 5 files changed, 35 deletions(-) (limited to 'blueprints-processor') diff --git a/blueprints-processor/adaptors/data-adaptor-provider/pom.xml b/blueprints-processor/adaptors/data-adaptor-provider/pom.xml index 2397d77fe..7e5486e4a 100644 --- a/blueprints-processor/adaptors/data-adaptor-provider/pom.xml +++ b/blueprints-processor/adaptors/data-adaptor-provider/pom.xml @@ -53,40 +53,33 @@ org.mariadb.jdbc mariadb-java-client - ${mariadb.connector.version} runtime org.springframework spring-context - ${spring.version} org.springframework spring-jdbc - ${spring.version} com.att.eelf eelf-core - ${eelf.version} org.springframework spring-test - ${spring.version} test com.h2database h2 - ${h2database.version} test junit junit - ${junit.version} test diff --git a/blueprints-processor/adaptors/rest-adaptor-provider/pom.xml b/blueprints-processor/adaptors/rest-adaptor-provider/pom.xml index 45eb292a6..ed1c619d0 100644 --- a/blueprints-processor/adaptors/rest-adaptor-provider/pom.xml +++ b/blueprints-processor/adaptors/rest-adaptor-provider/pom.xml @@ -36,37 +36,30 @@ org.apache.commons commons-lang3 - ${commons.lang3.version} com.fasterxml.jackson.core jackson-databind - ${jackson.version} com.fasterxml.jackson.core jackson-core - ${jackson.version} org.apache.httpcomponents httpcore - ${apache.httpcomponents.core.version} org.apache.httpcomponents httpclient - ${apache.httpcomponents.client.version} org.springframework spring-web - ${spring.version} com.att.eelf eelf-core - ${eelf.version} org.osgi @@ -76,7 +69,6 @@ junit junit - ${junit.version} test diff --git a/blueprints-processor/plugin/assignment-provider/pom.xml b/blueprints-processor/plugin/assignment-provider/pom.xml index 5b738e026..04b8fe04a 100644 --- a/blueprints-processor/plugin/assignment-provider/pom.xml +++ b/blueprints-processor/plugin/assignment-provider/pom.xml @@ -61,25 +61,21 @@ junit junit - ${junit.version} test org.apache.sling org.apache.sling.testing.osgi-mock - 2.3.2 test org.powermock powermock-api-mockito - 1.6.6 test org.powermock powermock-module-junit4 - 1.6.6 test 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 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