From: Timoney, Dan (dt5972) Date: Thu, 9 May 2019 14:06:50 +0000 (-0400) Subject: New standalone parent pom X-Git-Tag: 1.3.2~14 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=1d5b9fd84b3bc4532e2635a872d1092a4f2b9e1d;p=ccsdk%2Fparent.git New standalone parent pom Added new parent pom to be used in containers that run outside of OpenDaylight or springboot. Change-Id: I6fd67fa05c4bee35df3f28bfdab82cc2e4368529 Issue-ID: CCSDK-1320 Signed-off-by: Timoney, Dan (dt5972) --- diff --git a/pom.xml b/pom.xml index a7830855..c1a55214 100755 --- a/pom.xml +++ b/pom.xml @@ -1,74 +1,75 @@ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - 4.0.0 - pom - org.onap.ccsdk.parent - parent - 1.3.0-SNAPSHOT - ONAP :: ${project.groupId} :: ${project.artifactId} + 4.0.0 + pom + org.onap.ccsdk.parent + parent + 1.3.0-SNAPSHOT + ONAP :: ${project.groupId} :: ${project.artifactId} - - nexus.onap.org - ecomp-staging - 176c31dfe190a - + + nexus.onap.org + ecomp-staging + 176c31dfe190a + - - - ecomp-releases - https://nexus.onap.org/content/repositories/releases - - - ecomp-snapshots - https://nexus.onap.org/content/repositories/snapshots - - + + + ecomp-releases + https://nexus.onap.org/content/repositories/releases + + + ecomp-snapshots + https://nexus.onap.org/content/repositories/snapshots + + - - - nexus-staging - - - !altDeploymentRepository - - - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - https://${onap.nexus.host} - 176c31dfe190a - ecomp-staging - - - - - - + + + nexus-staging + + + !altDeploymentRepository + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + https://${onap.nexus.host} + 176c31dfe190a + ecomp-staging + + + + + + - - - - org.codehaus.mojo - versions-maven-plugin - 2.5 - - true - - - - - - odlparent - springboot - + + + + org.codehaus.mojo + versions-maven-plugin + 2.5 + + true + + + + + + standalone + odlparent + springboot + diff --git a/standalone/pom.xml b/standalone/pom.xml new file mode 100755 index 00000000..1e68cdb6 --- /dev/null +++ b/standalone/pom.xml @@ -0,0 +1,189 @@ + + + + + 4.0.0 + pom + org.onap.ccsdk.parent + standalone-parent + 1.3.0-SNAPSHOT + + + http://wiki.onap.org + ONAP :: ${project.groupId} :: ${project.artifactId} + Root POM to be used in place of oparent for CCSDK based projects + + + org.onap.oparent + oparent + 2.0.0 + + + + JIRA + https://jira.onap.org/ + + + + + + + https://nexus.onap.org + nexus.onap.org + 443 + https + https://nexus.onap.org/content/groups/public + https://nexus.onap.org/content/groups/staging + https://nexus.onap.org/content/repositories/releases + https://nexus.onap.org/content/repositories/snapshots + ecomp-staging + 176c31dfe190a + + + 1.8 + 1.8 + 2.5.0 + true + + + java + jacoco + ${project.build.directory}/surefire-reports + true + ${project.version} + + + + 2.1.1 + 2.9.8 + 2.0 + + 1.1.5 + 1.3.0 + 1.5.0 + + + + + + + + org.onap.sdc.sdc-distribution-client + sdc-distribution-client + ${sdc.client.version} + compile + + + org.onap.sdc.sdc-tosca + sdc-tosca + ${sdc.tosca.version} + compile + + + org.onap.dmaap.messagerouter.dmaapclient + dmaapClient + ${dmaap.listener.version} + + + org.slf4j + slf4j-api + 1.7.21 + + + org.apache.logging.log4j + log4j-slf4j-impl + 2.11.2 + + + com.fasterxml.jackson.core + jackson-core + ${fasterxml.jackson.version} + + + com.fasterxml.jackson.core + jackson-databind + ${fasterxml.jackson.version} + + + com.fasterxml.jackson.core + jackson-annotations + ${fasterxml.jackson.version} + + + org.apache.velocity + velocity-engine-core + ${velocity.version} + + + junit + junit + 4.12 + test + + + org.mockito + mockito-core + 1.10.19 + test + + + org.testng + testng + 6.11 + test + + + ch.vorburger.mariaDB4j + mariaDB4j + 2.2.3 + test + + + + + + + + nexus-staging + + + !altDeploymentRepository + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + https://${onap.nexus.host} + 176c31dfe190a + ecomp-staging + + + + + + + + + + + + org.codehaus.mojo + versions-maven-plugin + 2.5 + + true + + + + + + ONAP + +