From 989b90f408edfe89f34380ab6fa4ca6f80850456 Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Mon, 21 May 2018 13:08:09 -0700 Subject: 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) --- sli/features/odl-sli/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- cgit 1.2.3-korg