aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorStanislav Marszalek <s.marszalek2@partner.samsung.com>2021-07-19 07:57:08 +0200
committerStanislav Marszalek <s.marszalek2@partner.samsung.com>2021-07-28 12:24:54 +0000
commitc7bc54b6e81532ad906de88f5ad7ed63259ff586 (patch)
treebbd9fdff15fb29176685b6a18161c58b0ae13318 /pom.xml
parent9a735bbccf18e984a9ae7c6bb81ee133ad911941 (diff)
O1 PM Bulk support - Unit test - I
Issue-ID: INT-1945 Signed-off-by: Stanislav Marszalek <s.marszalek2@partner.samsung.com> Change-Id: I02d3684c98d563d7f386de2fdf032e930ac41b2f
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 28a0e93..7f8a894 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,6 +42,11 @@
<artifactId>spring-webflux</artifactId>
</dependency>
<dependency>
+ <groupId>io.projectreactor</groupId>
+ <artifactId>reactor-test</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-websocket</artifactId>
</dependency>
@@ -64,7 +69,6 @@
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>
-
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-jasper</artifactId>