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 +++++ 1 file changed, 5 insertions(+) (limited to 'services/activity-spec/activity-spec-web') 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 + -- cgit 1.2.3-korg