summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorPiotr Jaszczyk <piotr.jaszczyk@nokia.com>2018-08-24 12:51:14 +0200
committerPiotr Jaszczyk <piotr.jaszczyk@nokia.com>2018-08-31 12:16:08 +0200
commitd00acee05c05c7e3146abf7d13b78953f9a0d3f9 (patch)
tree521e0ef361bf176ce96ad6c718f198f464412b1c /pom.xml
parent5bdae83e8b93cebbb84f56d5830beb726a164d76 (diff)
Improve DCAE APP Simulator coverage
Also there was a need to refactor the code, because application logic was placed inside Ratpack handlers. Change-Id: Iba3d4d039a98ba88e0dba580c1b7726b53440538 Issue-ID: DCAEGEN2-732 Signed-off-by: Piotr Jaszczyk <piotr.jaszczyk@nokia.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 7ab65034..03dac1f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -560,6 +560,11 @@
<version>${arrow.version}</version>
</dependency>
<dependency>
+ <groupId>io.arrow-kt</groupId>
+ <artifactId>arrow-effects-reactor</artifactId>
+ <version>${arrow.version}</version>
+ </dependency>
+ <dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.3.0-alpha4</version>