From 18c3c18c266d5c3812aa55f91c97326b9f699d7f Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Thu, 8 Oct 2020 13:51:56 -0400 Subject: 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 --- sdnr/northbound/ranSlice/provider/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/sdnr/northbound/ranSlice/provider/pom.xml b/sdnr/northbound/ranSlice/provider/pom.xml index a945d9153..454fdfda8 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 -- cgit 1.2.3-korg