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 --- .../activity-spec/activity-spec-web/activity-spec-service/pom.xml | 5 +++++ services/activity-spec/pom.xml | 5 +++++ 2 files changed, 10 insertions(+) (limited to 'services') diff --git a/services/activity-spec/activity-spec-web/activity-spec-service/pom.xml b/services/activity-spec/activity-spec-web/activity-spec-service/pom.xml index 14fba4f3a7..f31fe49974 100644 --- a/services/activity-spec/activity-spec-web/activity-spec-service/pom.xml +++ b/services/activity-spec/activity-spec-web/activity-spec-service/pom.xml @@ -89,6 +89,11 @@ test ${testng.version} + + org.mockito + mockito-all + test + diff --git a/services/activity-spec/pom.xml b/services/activity-spec/pom.xml index 653ebec903..a5c8358c0b 100644 --- a/services/activity-spec/pom.xml +++ b/services/activity-spec/pom.xml @@ -102,6 +102,11 @@ 1.16.20 provided + + org.mockito + mockito-all + ${mockito.all.version} + -- cgit 1.2.3-korg