From 806d077a1cbc7b6d6b46e6fc734af35e6ecd8c0e Mon Sep 17 00:00:00 2001 From: vempo Date: Wed, 8 Aug 2018 15:40:46 +0300 Subject: Improved JaCoCo configuration Declared JaCoCo Maven plugin under dependencyManagement to avoid conflicting versions. Change-Id: I11f3b575d6b3b34733e8f4379b9ba6b4bf4ba39b Issue-ID: SDC-1596 Signed-off-by: vempo --- onboarding/pom.xml | 8 ++++++-- .../vnf-repository-rest-services/pom.xml | 1 - openecomp-be/pom.xml | 2 +- pom.xml | 7 +++++-- services/activity-spec/pom.xml | 1 - 5 files changed, 12 insertions(+), 7 deletions(-) diff --git a/onboarding/pom.xml b/onboarding/pom.xml index 0e18c2d3cf..ea3f95dd59 100644 --- a/onboarding/pom.xml +++ b/onboarding/pom.xml @@ -26,12 +26,11 @@ - false + true true UTF-8 - 0.7.9 2.1 3.7.0 2.5 @@ -284,6 +283,11 @@ swagger-annotations ${swagger.version} + + com.github.tomakehurst + wiremock + ${wire-mock.version} + org.testng testng diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vnf-repository-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vnf-repository-rest-services/pom.xml index bc11770bb0..f5f848a531 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vnf-repository-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vnf-repository-rest-services/pom.xml @@ -88,7 +88,6 @@ com.github.tomakehurst wiremock - 2.18.0 test diff --git a/openecomp-be/pom.xml b/openecomp-be/pom.xml index e93576a803..b603499d5e 100644 --- a/openecomp-be/pom.xml +++ b/openecomp-be/pom.xml @@ -255,9 +255,9 @@ org.jacoco jacoco-maven-plugin - ${jacoco.version} + default-prepare-agent prepare-agent diff --git a/pom.xml b/pom.xml index 5f4326e572..694bdd3f25 100644 --- a/pom.xml +++ b/pom.xml @@ -198,7 +198,11 @@ - + + org.jacoco + jacoco-maven-plugin + 0.8.1 + org.apache.maven.plugins maven-site-plugin @@ -266,7 +270,6 @@ org.jacoco jacoco-maven-plugin - 0.8.1 default-prepare-agent diff --git a/services/activity-spec/pom.xml b/services/activity-spec/pom.xml index a5c8358c0b..2b4aa6cd0f 100644 --- a/services/activity-spec/pom.xml +++ b/services/activity-spec/pom.xml @@ -22,7 +22,6 @@ UTF-8 2.19.1 - 0.7.9 2.5.1 1.10 2.1 -- cgit 1.2.3-korg