From 4a46dddefcfb5380db07b8b35e799ba7145801d0 Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Tue, 8 Jan 2019 14:20:28 -0500 Subject: Prepare for release build Prepare for release of early ODL-Oxygen based CCSDK Dublin Change-Id: I322ccb15e1064a9acc7f2060c744623895766a87 Issue-ID: CCSDK-870 Signed-off-by: Timoney, Dan (dt5972) --- .../plugin/assignment-provider/pom.xml | 183 ++++++++++----------- 1 file changed, 90 insertions(+), 93 deletions(-) (limited to 'blueprints-processor/plugin/assignment-provider') diff --git a/blueprints-processor/plugin/assignment-provider/pom.xml b/blueprints-processor/plugin/assignment-provider/pom.xml index 776a10f5e..7fbce4507 100644 --- a/blueprints-processor/plugin/assignment-provider/pom.xml +++ b/blueprints-processor/plugin/assignment-provider/pom.xml @@ -1,47 +1,44 @@ - - - - - 4.0.0 - - - org.onap.ccsdk.parent - binding-parent - 1.2.0-SNAPSHOT - - - - org.onap.ccsdk.features - 0.4.0-SNAPSHOT - blueprints-assignment-provider - bundle - Blueprints Assignment - Provider - http://maven.apache.org - - - - org.onap.ccsdk.features - blueprints-generator-provider - ${project.version} - - + + + + 4.0.0 + + + org.onap.ccsdk.parent + binding-parent + 1.2.0 + + + + org.onap.ccsdk.features + 0.4.0-SNAPSHOT + blueprints-assignment-provider + bundle + Blueprints Assignment - Provider + http://maven.apache.org + + + + org.onap.ccsdk.features + blueprints-generator-provider + ${project.version} + + com.fasterxml.jackson.core jackson-core ${jackson.version} @@ -62,58 +59,58 @@ ${jackson.version} - junit - junit - ${junit.version} - test - - - org.apache.sling - org.apache.sling.testing.osgi-mock - 2.3.2 - test - - - org.powermock - powermock-api-mockito - 1.6.6 - test - - - org.powermock - powermock-module-junit4 - 1.6.6 - test - - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - - -Xdoclint:none - - - - org.apache.felix - maven-bundle-plugin - ${maven.bundle.version} - true - - + junit + junit + ${junit.version} + test + + + org.apache.sling + org.apache.sling.testing.osgi-mock + 2.3.2 + test + + + org.powermock + powermock-api-mockito + 1.6.6 + test + + + org.powermock + powermock-module-junit4 + 1.6.6 + test + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + -Xdoclint:none + + + + org.apache.felix + maven-bundle-plugin + ${maven.bundle.version} + true + + ${project.artifactId} ${project.groupId}.${project.artifactId} org.onap.ccsdk.features.assignment, org.onap.ccsdk.features.assignment.data, org.onap.ccsdk.features.assignment.service, org.onap.ccsdk.features.assignment.processor, - org.onap.ccsdk.features.assignment.processor.custom - - - - - - - + org.onap.ccsdk.features.assignment.processor.custom + + + + + + + -- cgit 1.2.3-korg