aboutsummaryrefslogtreecommitdiffstats
path: root/hv-collector-dcae-app-simulator/pom.xml
diff options
context:
space:
mode:
authorPiotr Jaszczyk <piotr.jaszczyk@nokia.com>2018-06-12 12:16:19 +0200
committerPiotr Jaszczyk <piotr.jaszczyk@nokia.com>2018-08-02 07:36:34 +0200
commit39ceb737a99abfcff47bd5b3d819d2d3876db519 (patch)
tree775aeb9f00f86bbd636676f6773ce00ce14b3564 /hv-collector-dcae-app-simulator/pom.xml
parent9bdb7d9b45ade3b4181c15729fdbb6a53410cebc (diff)
Basic Ratpack API in DCAE APP Simulator
Closes ONAP-266 Change-Id: Iaa000e976fcdc4274aa88ce7d0a6cd5866987680 Signed-off-by: Piotr Jaszczyk <piotr.jaszczyk@nokia.com> Issue-ID: DCAEGEN2-601
Diffstat (limited to 'hv-collector-dcae-app-simulator/pom.xml')
-rw-r--r--hv-collector-dcae-app-simulator/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/hv-collector-dcae-app-simulator/pom.xml b/hv-collector-dcae-app-simulator/pom.xml
index a7123e38..5796f1d2 100644
--- a/hv-collector-dcae-app-simulator/pom.xml
+++ b/hv-collector-dcae-app-simulator/pom.xml
@@ -70,6 +70,14 @@
<version>${project.parent.version}</version>
</dependency>
<dependency>
+ <groupId>io.ratpack</groupId>
+ <artifactId>ratpack-core</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>io.projectreactor.kafka</groupId>
+ <artifactId>reactor-kafka</artifactId>
+ </dependency>
+ <dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
</dependency>