From e2aefda183de4f1c1256d97f7ce09f8bee5477db Mon Sep 17 00:00:00 2001 From: "Christopher Lott (cl778h)" Date: Tue, 9 May 2017 14:24:20 -0400 Subject: [ONAP-rebase] Rebase as 1.1.0-SNAPSHOT Consolidate into a single maven project; no more separate model and client jars. Change-Id: Ibbba982250b74c0dfd09ee1c65c0fb6c158dd632 Signed-off-by: Christopher Lott Signed-off-by: Christopher Lott (cl778h) --- dcae_dmaapbc_webapp/pom.xml | 402 ++------------------------------------------ 1 file changed, 16 insertions(+), 386 deletions(-) (limited to 'dcae_dmaapbc_webapp/pom.xml') diff --git a/dcae_dmaapbc_webapp/pom.xml b/dcae_dmaapbc_webapp/pom.xml index 9de0301..38725ed 100644 --- a/dcae_dmaapbc_webapp/pom.xml +++ b/dcae_dmaapbc_webapp/pom.xml @@ -1,388 +1,18 @@ - - - 4.0.0 - - - org.openecomp.ui.dmaapbc - dmaap-bc-app - 1.1.0-SNAPSHOT - 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.1.0-SNAPSHOT - 4.2.0.RELEASE - 4.3.11.Final - - true - - 0 - **.js - https://nexus.onap.org - /content/repositories/snapshots/ - /content/repositories/releases/ - /content/repositories/staging/ - /content/sites/site/org/openecomp/ui/dmaapbc/${project.version} - - - - - - ecomp-releases - OpenECOMP - Release Repository - ${nexusproxy}/${releaseNexusPath} - - - - ecomp-snapshots - OpenECOMP - Snapshot Repository - ${nexusproxy}/${snapshotNexusPath} - - - - ecomp-staging - OpenECOMP - Staging Repository - ${nexusproxy}/${stagingNexusPath} - - - - - - - doclint-java8-disable - - [1.8,) - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.10.4 - - -Xdoclint:none - - - - - - - - - - - ${project.artifactId}.${project.version}.${build.number} - - - - org.apache.maven.plugins - maven-deploy-plugin - 2.8 - - true - - - - 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.1.0-SNAPSHOT - - - - 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} - - - - - - - ecomp-site - dav:${nexusproxy}${sitePath} - - - - - - JCenter - JCenter Repository - http://jcenter.bintray.com - - - - Restlet - Restlet Repository - http://maven.restlet.com - - + + + 4.0.0 + + + org.openecomp.dcae.dmaapbc + dmaap-bc-app-parent + 0 + pom + DCAE DMaaP Bus Controller Webapp projects (parent) + + + dbca-common + dbca-overlay + dbca-os + -- cgit 1.2.3-korg