aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/northbound/ranSlice/provider/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-10-08 13:51:56 -0400
committerDan Timoney <dtimoney@att.com>2020-10-08 13:51:56 -0400
commitb947f8f85f5b55f7f58484471d15102de49cfe85 (patch)
treede402c56aaa38093a1151e5c7b11b56c8f0a745c /sdnr/northbound/ranSlice/provider/pom.xml
parent3ef0d18fcb16931a0c93d91ae6fbf8edda09ecc9 (diff)
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 <dtimoney@att.com> Change-Id: I111512d9f45bba66b61f16392e506ab422cfe543
Diffstat (limited to 'sdnr/northbound/ranSlice/provider/pom.xml')
-rw-r--r--sdnr/northbound/ranSlice/provider/pom.xml1
1 files changed, 1 insertions, 0 deletions
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 @@
<groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>sli-provider-base</artifactId>
<version>${ccsdk.sli.core.version}</version>
+ <scope>provided</scope>
</dependency>
</dependencies>