From b947f8f85f5b55f7f58484471d15102de49cfe85 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(+) (limited to 'sdnr/northbound') 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 -- cgit 1.2.3-korg