From a1bd235fffc7c0685800b6f3d8289d143baa87d6 Mon Sep 17 00:00:00 2001 From: vasraz Date: Wed, 6 May 2020 23:57:53 +0100 Subject: Reduce scope from 'compile' to 'test' for 'junit-vintage-engine' Change-Id: I39b0be6ba6650c9a7215acf359f3d74e0a24e553 Signed-off-by: Vasyl Razinkov Issue-ID: SDC-2844 Issue-ID: SDC-2983 --- .../api/openecomp-sdc-rest-webapp/item-rest/item-rest-services/pom.xml | 2 +- .../vendor-software-products-rest/vnf-repository-rest-services/pom.xml | 2 +- openecomp-be/pom.xml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) (limited to 'openecomp-be') diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/item-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/item-rest-services/pom.xml index c222c2f7f8..205f92502c 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/item-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/item-rest-services/pom.xml @@ -65,7 +65,7 @@ com.github.tomakehurst wiremock-standalone - 2.6.0 + ${wire-mock.version} test 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 ffb2a7cdf0..44ea11c091 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 @@ -84,7 +84,7 @@ com.github.tomakehurst wiremock-standalone - 2.6.0 + ${wire-mock.version} test diff --git a/openecomp-be/pom.xml b/openecomp-be/pom.xml index 2202ee308a..e2bb0bc818 100644 --- a/openecomp-be/pom.xml +++ b/openecomp-be/pom.xml @@ -45,6 +45,7 @@ org.junit.vintage junit-vintage-engine ${junitJupiter.version} + test -- cgit 1.2.3-korg