diff options
author | ebo <eliezio.oliveira@est.tech> | 2020-03-04 14:17:57 +0000 |
---|---|---|
committer | ebo <eliezio.oliveira@est.tech> | 2020-03-04 17:07:38 +0000 |
commit | f2003eef64f551138efb4e3aa8fe64f8b5d85e8a (patch) | |
tree | 964eec652b58e7d3c84b89baae0612990a799ba8 /ms/blueprintsprocessor/application/pom.xml | |
parent | da1303759f22b7882b46fb8670704f2770bf46ed (diff) |
Restored /spy and /verify UatServices endpoints
This is a partial reversal of the breaking change introduced by
https://gerrit.onap.org/r/#/c/ccsdk/cds/+/100213/
Issue-ID: CCSDK-2155
Change-Id: Ie1e16b8b7d15bd4605cec37e9185419434d75f70
Signed-off-by: ebo <eliezio.oliveira@est.tech>
Diffstat (limited to 'ms/blueprintsprocessor/application/pom.xml')
-rwxr-xr-x | ms/blueprintsprocessor/application/pom.xml | 3 |
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> |