From 1d5b9fd84b3bc4532e2635a872d1092a4f2b9e1d Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Thu, 9 May 2019 10:06:50 -0400 Subject: 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) --- standalone/pom.xml | 189 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 189 insertions(+) create mode 100755 standalone/pom.xml (limited to 'standalone/pom.xml') 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 + + -- cgit 1.2.3-korg