From e8c966373f25bc769fae4512bccc44903bf7309b Mon Sep 17 00:00:00 2001 From: "Christopher Lott (cl778h)" Date: Fri, 18 Aug 2017 10:09:01 -0400 Subject: Rename to OOM (no more ecd) - Change to OOM Dashboard (no more ECOMP Controller) - Rework some exception handling Issue: CCSDK-61 Change-Id: Id5379e8b272b651373c79f46b20da1d32de013ed Signed-off-by: Christopher Lott (cl778h) --- oom-app-common/pom.xml | 244 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 244 insertions(+) create mode 100644 oom-app-common/pom.xml (limited to 'oom-app-common/pom.xml') diff --git a/oom-app-common/pom.xml b/oom-app-common/pom.xml new file mode 100644 index 0000000..fa61c01 --- /dev/null +++ b/oom-app-common/pom.xml @@ -0,0 +1,244 @@ + + + 4.0.0 + + org.onap.oom.dashboard + oom-app-common + 1.1.0-SNAPSHOT + jar + ONAP Operations Manager Dashboard common + OOM Dashboard common Java code + + + UTF-8 + 4.2.0.RELEASE + 4.3.11.Final + 1.0.0 + 1.1.0 + https://nexus.onap.org + /content/repositories/snapshots/ + /content/repositories/releases/ + true + + + + + + ecomp-releases + OpenECOMP - Release Repository + ${nexusproxy}/${releaseNexusPath} + + + + ecomp-snapshots + OpenECOMP - Snapshot Repository + ${nexusproxy}/${snapshotNexusPath} + + + + + + + doclint-java8-disable + + [1.8,) + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + -Xdoclint:none + + + + + + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + 1.8 + 1.8 + + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.6 + + + + ${project.version} + + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.3 + + + attach-javadocs + + jar + + + + + + + + org.apache.maven.plugins + maven-source-plugin + 3.0.0 + + + attach-sources + + jar + + + + + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8 + + true + + + + + + + + + + + org.apache.httpcomponents + httpclient + 4.3.5 + + + + org.postgresql + postgresql + 9.3-1100-jdbc41 + + + + org.openecomp.ecompsdkos + epsdk-core + ${epsdk.version} + + + mysql + mysql-connector-java + + + org.elasticsearch + elasticsearch + + + + + com.att.eelf + eelf-core + ${eelf.version} + + + + com.fasterxml.jackson.core + jackson-annotations + 2.6.3 + + + com.fasterxml.jackson.core + jackson-core + 2.6.3 + + + com.fasterxml.jackson.core + jackson-databind + 2.6.3 + + + com.mchange + c3p0 + 0.9.5.2 + + + javax.servlet + javax.servlet-api + 3.1.0 + + + junit + junit + 4.12 + + + org.json + json + 20160212 + + + + org.slf4j + jcl-over-slf4j + 1.7.12 + + + org.springframework + spring-context-support + ${springframework.version} + + + org.springframework + spring-core + ${springframework.version} + + + commons-logging + commons-logging + + + + + org.springframework + spring-tx + ${springframework.version} + + + org.springframework + spring-web + ${springframework.version} + + + org.springframework + spring-webmvc + ${springframework.version} + + + + + + -- cgit 1.2.3-korg