From 65c5d8b92e759ec4ee9d13f048b069033b4bf097 Mon Sep 17 00:00:00 2001 From: Prudence Au Date: Mon, 16 Jul 2018 22:02:04 -0400 Subject: POMBA Context Aggregator Change-Id: I33acc1f46d35447b63e2d5438c9ce6728a2b03eb Issue-ID: LOG-519 Signed-off-by: Prudence Au POMBA Context Aggregator with JUnit tests Change-Id: I33acc1f46d35447b63e2d5438c9ce6728a2b03eb Issue-ID: LOG-519 Signed-off-by: Prudence Au --- pom.xml | 198 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 198 insertions(+) create mode 100644 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..979afec --- /dev/null +++ b/pom.xml @@ -0,0 +1,198 @@ + + + 4.0.0 + + org.onap.logging-analytics.pomba + pomba-context-aggregator + 1.3.0-SNAPSHOT + + + org.onap.oparent + oparent + 1.1.1 + + + + + 1.8 + 1.1.5 + 1.2.1 + + + + + + org.springframework.boot + spring-boot-dependencies + 1.5.12.RELEASE + pom + import + + + + + + + org.eclipse.jetty + jetty-security + + + org.onap.dmaap.messagerouter.dmaapclient + dmaapClient + ${dmaap.client.version} + + + org.onap.aai + rest-client + ${aai.rest.client.version} + + + org.apache.logging.log4j + log4j-slf4j-impl + + + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-actuator + + + org.onap.logging-analytics.pomba + pomba-audit-common + 1.3.0-SNAPSHOT + + + com.google.code.gson + gson + + + + org.slf4j + slf4j-api + + + org.onap.logging-analytics + logging-slf4j + 1.2.2-SNAPSHOT + + + com.att.eelf + eelf-core + + + + + + + junit + junit + test + + + org.springframework + spring-test + 4.3.6.RELEASE + test + + + org.springframework.boot + spring-boot-test + 1.5.1.RELEASE + test + + + org.mockito + mockito-all + 1.10.19 + test + + + org.springframework.boot + spring-boot-configuration-processor + true + + + + + + ${project.artifactId} + + + org.apache.maven.plugins + maven-resources-plugin + + + copy-docker-file + package + + copy-resources + + + target + true + + + ${basedir}/src/main/docker + true + + **/* + + + + + + + + + com.spotify + docker-maven-plugin + 0.4.11 + + + com.github.jnr + jnr-unixsocket + 0.13 + + + + true + docker-hub + ${docker.push.registry}/onap/${project.artifactId} + ${docker.location} + + latest + + true + + + + org.springframework.boot + spring-boot-maven-plugin + + + + repackage + + + + + + + + + config + config + true + + **/* + + + + + \ No newline at end of file -- cgit 1.2.3-korg