From: Timoney, Dan (dt5972) Date: Mon, 21 May 2018 20:08:09 +0000 (-0700) Subject: Remove incorrect dblib ref in feature.xml X-Git-Tag: v0.2.3~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F69%2F48369%2F1;p=ccsdk%2Fsli%2Fcore.git Remove incorrect dblib ref in feature.xml Generated feature.xml contained unnecessary reference to dblib-provider with wrong version. Suppressed by explicitly declaring dblib-provider in features/pom.xml with scope 'provided'. Change-Id: I34571194fca3c24d710ad36c1a99f86ec6bcd9b1 Issue-ID: CCSDK-290 Signed-off-by: Timoney, Dan (dt5972) --- diff --git a/sli/features/odl-sli/pom.xml b/sli/features/odl-sli/pom.xml index 1005dc70..b0a0cae0 100644 --- a/sli/features/odl-sli/pom.xml +++ b/sli/features/odl-sli/pom.xml @@ -53,6 +53,13 @@ ${project.version} + + org.onap.ccsdk.sli.core + dblib-provider + ${project.version} + provided + + org.mariadb.jdbc mariadb-java-client