aboutsummaryrefslogtreecommitdiffstats
path: root/rest-services/common-dependency/pom.xml
diff options
context:
space:
mode:
authormicdzied <michal.1.dziedzic@nokia.com>2019-03-07 12:00:14 +0100
committermicdzied <michal.1.dziedzic@nokia.com>2019-03-08 12:06:54 +0100
commit41aac72f1625badb57a7fed4b6565e0347ce9895 (patch)
tree575c94b2a3351ccd7ace8bac6bc462befe8ddd97 /rest-services/common-dependency/pom.xml
parent3b60664a85d84233d3f2005d1758f256c8cbd547 (diff)
add tests for patch request
Change-Id: I9af4698e80d6d7c840ae6eba0e08323e1e8ea852 Issue-ID: DCAEGEN2-1315 Signed-off-by: micdzied <michal.1.dziedzic@nokia.com>
Diffstat (limited to 'rest-services/common-dependency/pom.xml')
-rw-r--r--rest-services/common-dependency/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/rest-services/common-dependency/pom.xml b/rest-services/common-dependency/pom.xml
index 4bda1750..4d9b2e08 100644
--- a/rest-services/common-dependency/pom.xml
+++ b/rest-services/common-dependency/pom.xml
@@ -57,6 +57,11 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-core</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-test</artifactId>
<scope>test</scope>