From ea45fbffab1f36271def9443fd32cdbd75839f7e Mon Sep 17 00:00:00 2001 From: Alexis de Talhouët Date: Tue, 11 Sep 2018 11:13:56 -0400 Subject: Update parent pom to conform to CCSDK structure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ie99cd61cc83dff14b2e1a1a1014411342031e27f Issue-ID: CCSDK-505 Signed-off-by: Alexis de Talhouët --- .../plugin/assignment-provider/pom.xml | 148 ++++++++++++--------- 1 file changed, 83 insertions(+), 65 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 b6167cf17..073f9af9e 100644 --- a/blueprints-processor/plugin/assignment-provider/pom.xml +++ b/blueprints-processor/plugin/assignment-provider/pom.xml @@ -17,71 +17,89 @@ --> - 4.0.0 - - org.onap.ccsdk.config - blueprints-processor-plugin - 0.0.1-SNAPSHOT - - blueprints-assignment-provider - bundle - Blueprints Assignment - Provider - http://maven.apache.org + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 - - - equinoxSDK381 - org.eclipse.osgi - - - org.onap.ccsdk.config - blueprints-generator-provider - - - junit - junit - test - - - org.apache.sling - org.apache.sling.testing.osgi-mock - test - - - org.powermock - powermock-api-mockito - test - - - org.powermock - powermock-module-junit4 - test - - + + org.onap.ccsdk.parent + binding-parent + 1.1.0-SNAPSHOT + + - - - - org.apache.felix - maven-bundle-plugin - ${maven.bundle.version} - true - - - org.onap.ccsdk.config.assignment - org.onap.ccsdk.config.assignment, - org.onap.ccsdk.config.assignment.data, - org.onap.ccsdk.config.assignment.service, - org.onap.ccsdk.config.assignment.processor, - org.onap.ccsdk.config.assignment.processor.custom - - * - true - - - - - + org.onap.ccsdk.config + 0.3.0-SNAPSHOT + blueprints-assignment-provider + bundle + Blueprints Assignment - Provider + http://maven.apache.org + + + + equinoxSDK381 + org.eclipse.osgi + ${equinox.osgi.version} + + + org.onap.ccsdk.config + blueprints-generator-provider + ${project.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 + + + org.onap.ccsdk.config.assignment + org.onap.ccsdk.config.assignment, + org.onap.ccsdk.config.assignment.data, + org.onap.ccsdk.config.assignment.service, + org.onap.ccsdk.config.assignment.processor, + org.onap.ccsdk.config.assignment.processor.custom + + * + true + + + + + -- cgit 1.2.3-korg