Use mariadb JDBC connector 77/13177/1
authorDan Timoney <dtimoney@att.com>
Mon, 18 Sep 2017 15:59:15 +0000 (11:59 -0400)
committerDan Timoney <dtimoney@att.com>
Mon, 18 Sep 2017 15:59:15 +0000 (11:59 -0400)
Update CCSDK container to use MariaDB JDBC connector instead of
mysql connector. This is needed to resolve licensing issue. Both connectors
are compatible with both MySQL and MariaDB back end databases, but
mysql JDBC connector is licensed under GPL 2.0, while MariaDB JDBC
is licensed under LGPL 2.0.

Change-Id: I919e8463c1e0ef162b9becc5023ebf623423df78
Issue-ID: CCSDK-95
Signed-off-by: Dan Timoney <dtimoney@att.com>

No differences found