From f8a8d5192b1e5013d9e2f699be54b072ef39d5f0 Mon Sep 17 00:00:00 2001 From: talasila Date: Wed, 8 Feb 2017 10:13:29 -0500 Subject: Initial OpenECOMP UI/DMaapBC commit Change-Id: Ia492e1b88311b9bed4c31f593b28deaaad73b7e4 Signed-off-by: talasila --- dcae_dmaapbc_webapp/pom.xml | 369 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 369 insertions(+) create mode 100644 dcae_dmaapbc_webapp/pom.xml (limited to 'dcae_dmaapbc_webapp/pom.xml') diff --git a/dcae_dmaapbc_webapp/pom.xml b/dcae_dmaapbc_webapp/pom.xml new file mode 100644 index 0000000..8dbe125 --- /dev/null +++ b/dcae_dmaapbc_webapp/pom.xml @@ -0,0 +1,369 @@ + + + 4.0.0 + + + org.openecomp.ui.dmaapbc + dmaap-bc-app + 1.0.0 + war + DMaaP Bus Controller Webapp + DCAE DMaaP Bus Controller GUI based on the ECOMP Portal Open-Source SDK + + https://gitlab/projects/ST_DBPA/repos/dcae_dmaapbc_webapp/browse + scm:git:ssh://git@gitlab/st_dbpa/dcae_dmaapbc_webapp.git + + + + UTF-8 + 1.0.0 + 4.2.0.RELEASE + 4.3.11.Final + + true + + 0 + **.js + + + + + + nexus-snapshots + Nexus Maven Central - Snapshots + https://ecomp-nexus:8443/repository/maven-snapshots/ + + + + nexus + Nexus Maven Central - Releases + https://ecomp-nexus:8443/repository/maven-releases/ + + + + + + + doclint-java8-disable + + [1.8,) + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.4 + + -Xdoclint:none + + + + + + + + + + + ${project.artifactId}.${project.version}.${build.number} + + + + com.blackducksoftware.integration + hub-maven-plugin + 1.4.0 + false + + ${project.name} + ${project.basedir} + + + + create-bdio-file + package + + createHubOutput + + + + + + org.codehaus.mojo + sonar-maven-plugin + 3.2 + + + org.apache.maven.plugins + maven-scm-plugin + 1.8.1 + + developerConnection + branch + master + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + 1.8 + 1.8 + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.4 + + false + org.umlgraph.doclet.UmlGraphDoc + + org.umlgraph + umlgraph + 5.6 + + -views + true + + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.19.1 + + ${skiptests} + + **/Test*.java + **/*Test.java + **/*TestCase.java + + + ${basedir}/war + + + classpath: + + + + + + + org.apache.maven.plugins + maven-war-plugin + 2.0.2 + + + + true + + + ${build.number} + ${maven.build.timestamp} + + + + + + + + org.apache.maven.plugins + maven-site-plugin + 3.6 + + + org.apache.maven.wagon + wagon-webdav-jackrabbit + 2.10 + + + + + + + org.apache.maven.plugins + maven-release-plugin + 2.5.3 + + + + + + + + org.openecomp.ui.dmaapbc + dmaap-bc-client + 1.0.0 + + + + org.apache.httpcomponents + httpclient + 4.3.5 + + + + org.openecomp.ecompsdkos + ecompSDK-core + ${epsdk.version} + + + com.att.eelf + eelf-core + 0.0.1 + + + + 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 + + + io.searchbox + jest + 2.0.0 + + + commons-logging + commons-logging + + + + + javax.servlet + javax.servlet-api + 3.1.0 + + + junit + junit + 4.12 + + + + org.elasticsearch + elasticsearch + 2.2.0 + + + org.json + json + 20160212 + + + org.quartz-scheduler + quartz + 2.2.1 + + + + c3p0 + c3p0 + + + + + + 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-test + ${springframework.version} + + + org.springframework + spring-tx + ${springframework.version} + + + org.springframework + spring-web + ${springframework.version} + + + org.springframework + spring-webmvc + ${springframework.version} + + + + + + + nexus + dav:https://ecomp-nexus:8443/repository/dbc-javadoc/${project.version} + + + + + + JCenter + JCenter Repository + http://jcenter.bintray.com + + + + Restlet + Restlet Repository + http://maven.restlet.com + + + + -- cgit 1.2.3-korg