summaryrefslogtreecommitdiffstats
path: root/ms/blueprintsprocessor/application/pom.xml
diff options
context:
space:
mode:
authorKAPIL SINGAL <ks220y@att.com>2020-03-05 13:40:07 +0000
committerGerrit Code Review <gerrit@onap.org>2020-03-05 13:40:07 +0000
commitc2c379246a6d231e9424308c398a15fcb6618fc3 (patch)
tree06c27242db53107dd8acd64fcc5c24436618b975 /ms/blueprintsprocessor/application/pom.xml
parentf4ac359d80d043a2d0e6eaf1730813b81f2c837f (diff)
parentf2003eef64f551138efb4e3aa8fe64f8b5d85e8a (diff)
Merge "Restored /spy and /verify UatServices endpoints"
Diffstat (limited to 'ms/blueprintsprocessor/application/pom.xml')
-rwxr-xr-xms/blueprintsprocessor/application/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/ms/blueprintsprocessor/application/pom.xml b/ms/blueprintsprocessor/application/pom.xml
index b007ac7fb..0a78d5460 100755
--- a/ms/blueprintsprocessor/application/pom.xml
+++ b/ms/blueprintsprocessor/application/pom.xml
@@ -153,6 +153,9 @@
<dependency>
<groupId>com.nhaarman.mockitokotlin2</groupId>
<artifactId>mockito-kotlin</artifactId>
+ <!-- It's unusual but 'compile' here is the right scope since mockito is being used at runtime by
+ the UatServices (/api/v1/uat/spy and /api/v1/uat/verify endpoints) -->
+ <scope>compile</scope>
</dependency>
<dependency>
<groupId>com.schibsted.spt.data</groupId>