diff options
Diffstat (limited to 'hv-collector-dcae-app-simulator/pom.xml')
-rw-r--r-- | hv-collector-dcae-app-simulator/pom.xml | 8 |
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> |