From dd87388ad87fef00134afba536993cf7ff8376f0 Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Wed, 11 Sep 2019 15:31:59 -0400 Subject: Specify sli scope as provided Specify scope of sli dependency as provided to avoid issue in generated feature.xml Change-Id: I02f6d9b3499a8f13c7bbfe40252f911b40f99b13 Issue-ID: CCSDK-1445 Signed-off-by: Timoney, Dan (dt5972) --- sdnr/northbound/oofpcipoc/provider/pom.xml | 210 ++++++++++++++--------------- 1 file changed, 105 insertions(+), 105 deletions(-) diff --git a/sdnr/northbound/oofpcipoc/provider/pom.xml b/sdnr/northbound/oofpcipoc/provider/pom.xml index 8a97e4033..aa5b80fc6 100644 --- a/sdnr/northbound/oofpcipoc/provider/pom.xml +++ b/sdnr/northbound/oofpcipoc/provider/pom.xml @@ -1,6 +1,7 @@ - - 4.0.0 + + 4.0.0 org.onap.ccsdk.parent @@ -14,116 +15,115 @@ 0.6.2-SNAPSHOT bundle - - - - org.opendaylight.controller - mdsal-artifacts - 1.6.1 - pom - import - - - - org.onap.ccsdk.sli.core - sli-core-artifacts - ${ccsdk.sli.core.version} - pom - import - + + + + org.opendaylight.controller + mdsal-artifacts + 1.6.1 + pom + import + - - + + org.onap.ccsdk.sli.core + sli-core-artifacts + ${ccsdk.sli.core.version} + pom + import + + + - - - org.onap.ccsdk.features.sdnr.northbound - oofpcipoc-model - ${project.version} - - - - org.opendaylight.controller - sal-binding-api - - - org.opendaylight.controller - sal-common-util - - - org.opendaylight.controller - sal-core-api - - - org.opendaylight.yangtools - yang-data-impl - - - junit - junit - test - - - org.mockito - mockito-core - test - + + + org.onap.ccsdk.features.sdnr.northbound + oofpcipoc-model + ${project.version} + + + + org.opendaylight.controller + sal-binding-api + + + org.opendaylight.controller + sal-common-util + + + org.opendaylight.controller + sal-core-api + + + org.opendaylight.yangtools + yang-data-impl + + + junit + junit + test + + + org.mockito + mockito-core + test + - - org.onap.ccsdk.sli.core - sli-common - compile - - - org.onap.ccsdk.sli.core - sli-provider - compile - - - org.onap.ccsdk.sli.core - utils-provider - - + + org.onap.ccsdk.sli.core + sli-common + provided + + + org.onap.ccsdk.sli.core + sli-provider + provided + + + org.onap.ccsdk.sli.core + utils-provider + + - + - - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - org.codehaus.mojo - properties-maven-plugin - [1.0.0,) - - set-system-properties - - - - - - - - - - - - - + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.codehaus.mojo + properties-maven-plugin + [1.0.0,) + + set-system-properties + + + + + + + + + + + + + -- cgit 1.2.3-korg