Fix dependency sli-provider-base 72/113472/1
authorDan Timoney <dtimoney@att.com>
Thu, 8 Oct 2020 17:51:56 +0000 (13:51 -0400)
committerDan Timoney <dtimoney@att.com>
Thu, 8 Oct 2020 17:55:03 +0000 (17:55 +0000)
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

sdnr/northbound/ranSlice/provider/pom.xml

index a945d91..454fdfd 100644 (file)
           <groupId>org.onap.ccsdk.sli.core</groupId>
           <artifactId>sli-provider-base</artifactId>
           <version>${ccsdk.sli.core.version}</version>
+          <scope>provided</scope>
       </dependency>
     </dependencies>