From f086bce7843b959598bf0a4423487d28dd0a0f7b Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Tue, 4 Sep 2018 23:41:26 -0400 Subject: SDNC Controller Blueprints Processor - Installer Creating SDN Controller Blueprints Processor Installer Change-Id: Ib95699d535361a7af40f38e76fddb81d48e2a4cb Issue-ID: CCSDK-520 Signed-off-by: Singal, Kapil (ks220y) --- .../plugin/assignment-provider/pom.xml | 87 ++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 blueprints-processor/plugin/assignment-provider/pom.xml (limited to 'blueprints-processor/plugin/assignment-provider/pom.xml') diff --git a/blueprints-processor/plugin/assignment-provider/pom.xml b/blueprints-processor/plugin/assignment-provider/pom.xml new file mode 100644 index 000000000..b6167cf17 --- /dev/null +++ b/blueprints-processor/plugin/assignment-provider/pom.xml @@ -0,0 +1,87 @@ + + + + + 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 + + + + 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.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