From 7d3dcdbff807ba1facb84f94ac39ff91bf410b29 Mon Sep 17 00:00:00 2001 From: Michael Arrastia Date: Thu, 12 Jul 2018 13:37:43 +0100 Subject: Migrate Spike code to ONAP Move what was originally an Open ECOMP microservice into ONAP. This is primarily a code move and includes: - removal of AJSC and replacement with latest version of Spring Boot - alignment with ONAP standards - license headers - package renaming - FOSSology scan completed Further work is required to add JJB and OOM. Change-Id: I305c8407256bf2dbcc816f34f031f92eafd6ef5a Issue-ID: AAI-1374 Signed-off-by: Michael Arrastia --- pom.xml | 339 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 339 insertions(+) create mode 100644 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..6c8904d --- /dev/null +++ b/pom.xml @@ -0,0 +1,339 @@ + + + 4.0.0 + + + org.onap.oparent + oparent + 1.1.1 + + + + org.onap.aai + spike + 1.0.0-SNAPSHOT + + + 1.2.4 + + + + + + + org.springframework.boot + spring-boot-dependencies + 2.0.3.RELEASE + pom + import + + + + + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-tomcat + + + + + + org.springframework.boot + spring-boot-starter-jetty + + + + org.springframework + spring-webmvc + + + + org.apache.commons + commons-lang3 + + + + org.codehaus.jackson + jackson-mapper-asl + 1.4.5 + + + + dom4j + dom4j + + + + commons-io + commons-io + 2.4 + + + + org.onap.aai.aai-common + aai-schema-ingest + ${aaiCommonVersion} + + + + + org.onap.aai.logging-service + common-logging + 1.2.2 + + + + org.onap.aai.logging-service + logging-api + 1.2.2 + + + + ch.qos.logback + logback-core + + + + org.onap.aai.aai-common + aai-core + ${aaiCommonVersion} + + + * + * + + + + + + org.eclipse.persistence + eclipselink + 2.6.2 + + + + org.glassfish.jersey.core + jersey-client + + + + org.glassfish.jersey.inject + jersey-hk2 + 2.26 + + + + com.google.code.gson + gson + + + + org.onap.aai.aai-common + aai-schema + ${aaiCommonVersion} + + + + org.onap.aai.event-client + event-client-api + 1.2.2 + + + + org.onap.aai.event-client + event-client-dmaap + 1.2.2 + + + + org.onap.aai.event-client + event-client-kafka + 1.2.2 + + + + org.apache.httpcomponents + httpclient + 4.5.3 + + + + org.apache.httpcomponents + httpcore + 4.4.1 + + + + org.json + json + 20160212 + + + + org.skyscreamer + jsonassert + test + + + + + + ${project.artifactId} + + + org.springframework.boot + spring-boot-maven-plugin + 2.0.3.RELEASE + + + + repackage + + + + + + + org.apache.maven.plugins + maven-resources-plugin + 2.7 + + + copy-docker-file + package + + copy-resources + + + target + true + + + ${basedir}/src/main/docker + true + + **/* + + + + ${basedir} + true + + bundleconfig-local/** + + + + ${basedir}/src/main/bin/ + + + + + + + + + org.jacoco + jacoco-maven-plugin + + + prepare-agent + + prepare-agent + + + + report + package + + report + + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + unpack + prepare-package + + unpack + + + + + org.onap.aai.aai-common + aai-schema + ${aaiCommonVersion} + jar + oxm/ + ${project.build.directory}/bundleconfig-local/etc + + + org.onap.aai.aai-common + aai-core + ${aaiCommonVersion} + jar + dbedgerules/ + **/*.ftlh + ${project.build.directory}/bundleconfig-local/etc + + + + + + + + + com.mycila + license-maven-plugin + 3.0 + +
License.txt
+ + src/main/java/** + src/test/java/** + pom.xml + + true +
+ + + + + check + + process-sources + + +
+
+
+
-- cgit 1.2.3-korg