From da7037659eb13e018c61ec06b3824f13ce1c5e53 Mon Sep 17 00:00:00 2001 From: Guobiao Mo Date: Fri, 22 Feb 2019 15:36:27 -0800 Subject: DataLake seed code Issue-ID: DCAEGEN2-1189 Change-Id: Ib25b70197e3b162efadbce0f1b5235e3ba6635e9 Signed-off-by: Guobiao Mo --- components/datalake-handler/feeder/pom.xml | 158 +++++++++++++++++++++++++++++ 1 file changed, 158 insertions(+) create mode 100644 components/datalake-handler/feeder/pom.xml (limited to 'components/datalake-handler/feeder/pom.xml') diff --git a/components/datalake-handler/feeder/pom.xml b/components/datalake-handler/feeder/pom.xml new file mode 100644 index 00000000..ec395464 --- /dev/null +++ b/components/datalake-handler/feeder/pom.xml @@ -0,0 +1,158 @@ + + + 4.0.0 + + + org.onap.dcaegen2.services.components + datalake-handler + 1.0.0-SNAPSHOT + + + org.onap.datalake + feeder + jar + DataLake Feeder + + + + + org.apache.httpcomponents + httpclient + 4.5.6 + + + + org.apache.kafka + kafka-clients + + + + org.springframework.boot + spring-boot-starter-web + + + + org.springframework.boot + spring-boot-starter-actuator + + + + org.springframework.boot + spring-boot-starter-data-couchbase + + + + org.springframework.boot + spring-boot-starter-test + test + + + + org.springframework.boot + spring-boot-configuration-processor + + + + org.elasticsearch.client + elasticsearch-rest-high-level-client + + + + commons-io + commons-io + + + + com.fasterxml.jackson.dataformat + jackson-dataformat-yaml + + + + com.fasterxml.jackson.dataformat + jackson-dataformat-xml + + + + com.fasterxml.jackson.core + jackson-databind + + + + org.json + json + + + + com.google.code.gson + gson + + + + org.projectlombok + lombok + + + + io.druid + tranquility-core_2.11 + + + + org.apache.velocity + velocity-engine-core + + + + + org.hibernate + hibernate-core + 5.3.7.Final + + + + + javax.validation + validation-api + 2.0.1.Final + + + + org.hibernate + hibernate-validator + 6.0.10.Final + + + + + + + + org.springframework.boot + spring-boot-maven-plugin + ${springboot.version} + + + + repackage + + + + + + + maven-failsafe-plugin + + + + integration-test + verify + + + + + + + + -- cgit