commit | 68945ddb6e7c376ffb5696dddffbb99b33e6dbcc | [log] [tgz] |
---|---|---|
author | vempo <vitaliy.emporopulo@amdocs.com> | Sun Jul 08 11:29:54 2018 +0300 |
committer | Avi Gaffa <avi.gaffa@amdocs.com> | Sun Jul 08 10:08:23 2018 +0000 |
tree | 41db35a02018804d61c4b296af1bffff4df5d90d | |
parent | f2c47232959536b878b1db64a8a5ffb63a1d7f1f [diff] [blame] |
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 <vitaliy.emporopulo@amdocs.com>
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 14fba4f..f31fe49 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 @@ <scope>test</scope> <version>${testng.version}</version> </dependency> + <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-all</artifactId> + <scope>test</scope> + </dependency> </dependencies> </project>