Fix dependency sli-provider-base 98/113698/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:51:56 +0000 (13:51 -0400)
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 f17af61..b4234b2 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>