aboutsummaryrefslogtreecommitdiffstats
path: root/rest-services/common-dependency/pom.xml
diff options
context:
space:
mode:
authormicdzied <michal.1.dziedzic@nokia.com>2019-03-07 10:03:43 +0100
committermicdzied <michal.1.dziedzic@nokia.com>2019-03-07 10:07:00 +0100
commit3b60664a85d84233d3f2005d1758f256c8cbd547 (patch)
treea7204ab4652300bb5e230cc7af255d9b2e19d980 /rest-services/common-dependency/pom.xml
parent3666e89b3411e84b138279cccc8130df60c81f4c (diff)
add get request test
Change-Id: I94a4337ca2a335587382c9965f6543af619e16ea 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 1b34fb67..4bda1750 100644
--- a/rest-services/common-dependency/pom.xml
+++ b/rest-services/common-dependency/pom.xml
@@ -56,5 +56,10 @@
<artifactId>junit-jupiter-engine</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>io.projectreactor</groupId>
+ <artifactId>reactor-test</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project> \ No newline at end of file