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: 1.0.4~9^2~237 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=989b90f408edfe89f34380ab6fa4ca6f80850456;p=ccsdk%2Fsli.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 1005dc707..b0a0cae0a 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