From 68945ddb6e7c376ffb5696dddffbb99b33e6dbcc Mon Sep 17 00:00:00 2001 From: vempo Date: Sun, 8 Jul 2018 11:29:54 +0300 Subject: Specified test scope for junit/testng/mockito In some modules junit, testng, and mockito where included with default scope. Also, fixed the versions to reference a property from a parent pom. Change-Id: I2477bc631a7593c7176087c9088d2c9f2c2a34ee Issue-ID: SDC-1065 Signed-off-by: vempo --- .../onap-configuration-management-test/pom.xml | 48 +++------------------- 1 file changed, 6 insertions(+), 42 deletions(-) (limited to 'common/onap-common-configuration-management/onap-configuration-management-test') diff --git a/common/onap-common-configuration-management/onap-configuration-management-test/pom.xml b/common/onap-common-configuration-management/onap-configuration-management-test/pom.xml index 36065f3e57..64ed8a84b1 100644 --- a/common/onap-common-configuration-management/onap-configuration-management-test/pom.xml +++ b/common/onap-common-configuration-management/onap-configuration-management-test/pom.xml @@ -3,7 +3,6 @@ 4.0.0 onap-configuration-management-test - org.onap.sdc.common onap-configuration-management-test @@ -15,55 +14,20 @@ - org.onap.sdc.common - onap-configuration-management-core - ${project.version} - - + org.onap.sdc.common + onap-configuration-management-core + ${project.version} + junit junit - 4.11 + ${junit.version} + test - - - - - org.apache.maven.plugins maven-surefire-plugin -- cgit 1.2.3-korg