From: Dan Timoney Date: Mon, 18 Sep 2017 15:33:49 +0000 (-0400) Subject: Explicitly import com.mysql.jdbc package X-Git-Tag: 1.0.4~9^2~336 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=aa202d6221e4f4d07b25e9b703de1125f6a6f0e3;p=ccsdk%2Fsli.git Explicitly import com.mysql.jdbc package Need to explicitly add com.mysql.jdbc to Import-Package in dblib/provider pom.xml, so that Class.forName() can resolve com.mysql.jdbc.Driver. Will also need to add org.mariadb.jdbc,but will do that in a separate commit Change-Id: I6a4be5d4e1841690919484940af75a2cb15c357b Issue-ID: CCSDK-94 Signed-off-by: Dan Timoney --- diff --git a/dblib/provider/pom.xml b/dblib/provider/pom.xml index 07fc61ab1..01d7f97d3 100755 --- a/dblib/provider/pom.xml +++ b/dblib/provider/pom.xml @@ -76,6 +76,7 @@ org.onap.ccsdk.sli.core.dblib org.onap.ccsdk.sli.core.dblib;version=${project.version} + *,com.mysql.jdbc true