diff options
author | Jakub Dudycz <jakub.dudycz@nokia.com> | 2019-06-13 16:51:43 +0200 |
---|---|---|
committer | Jakub Dudycz <jakub.dudycz@nokia.com> | 2019-06-14 10:28:45 +0200 |
commit | bdc928c898af450b1a39a42b465d2ca7fb6dc138 (patch) | |
tree | 75d48b6347dabbdfdeb51df6076b9bb7cd78a405 /sources/pom.xml | |
parent | b98ad1204d2e3613bfb0648dd7b8ab865752b963 (diff) |
Create Kafka Consumer project stub
Change-Id: Ib45ca6a9ab282dab509e34f9a3d3682373d794d3
Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com>
Issue-ID: DCAEGEN2-1619
Diffstat (limited to 'sources/pom.xml')
-rw-r--r-- | sources/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/pom.xml b/sources/pom.xml index 81bf3017..c7ba4886 100644 --- a/sources/pom.xml +++ b/sources/pom.xml @@ -142,6 +142,7 @@ <module>hv-collector-dcae-app-simulator</module> <module>hv-collector-domain</module> <module>hv-collector-health-check</module> + <module>hv-collector-kafka-consumer</module> <module>hv-collector-main</module> <module>hv-collector-server</module> <module>hv-collector-ssl</module> |