From: Dan Timoney Date: Thu, 8 Oct 2020 17:51:56 +0000 (-0400) Subject: Fix dependency sli-provider-base X-Git-Tag: 1.1.0~15 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=b947f8f85f5b55f7f58484471d15102de49cfe85;p=ccsdk%2Ffeatures.git Fix dependency sli-provider-base The dependency sli-provider-base should specify scope as provided so that the ODL code that generates the feature.xml does not incorrectly add sli-provider-base and its dependencies. Doing so causes an incorrect entry for tomcat-jdbc, missing the option needed to locate the mariadb jdbc driver. Issue-ID: SDNC-1373 Signed-off-by: Dan Timoney Change-Id: I111512d9f45bba66b61f16392e506ab422cfe543 --- diff --git a/sdnr/northbound/ranSlice/provider/pom.xml b/sdnr/northbound/ranSlice/provider/pom.xml index f17af611c..b4234b2de 100644 --- a/sdnr/northbound/ranSlice/provider/pom.xml +++ b/sdnr/northbound/ranSlice/provider/pom.xml @@ -131,6 +131,7 @@ org.onap.ccsdk.sli.core sli-provider-base ${ccsdk.sli.core.version} + provided