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) --- ecd-app-common/pom.xml | 256 ------------------------------------------------- 1 file changed, 256 deletions(-) delete mode 100644 ecd-app-common/pom.xml (limited to 'ecd-app-common/pom.xml') diff --git a/ecd-app-common/pom.xml b/ecd-app-common/pom.xml deleted file mode 100644 index 07aea5d..0000000 --- a/ecd-app-common/pom.xml +++ /dev/null @@ -1,256 +0,0 @@ - - - - - 4.0.0 - - org.onap.oom.dashboard - ecd-app-common - 1707.4.1-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