commit | 2c60d26db70ffce626ba391a27ec8f5152d0557b | [log] [tgz] |
---|---|---|
author | Dan Timoney <dtimoney@att.com> | Mon Sep 18 14:56:39 2017 -0400 |
committer | Dan Timoney <dtimoney@att.com> | Mon Sep 18 14:56:39 2017 -0400 |
tree | 1a17cc6ebf954047db3618b99e8b9ac173a647e9 | |
parent | c0ed8c172e444ae530e0bb9c63b6e4fafff6caa1 [diff] |
Update sli/core to use Mariadb connectori Update sli/core (including dblib, notably) to use mariadb-connector for any jUnit tests. Update Import-Package in dblib provider pom.xml to import org.mariadb.jdbc so that org.mariadb.jdbc.Driver will be resolved Change-Id: I39dfe2cafb955ba1bf05b0ecdb0212d766fcc96c Issue-ID: CCSDK-95 Signed-off-by: Dan Timoney <dtimoney@att.com>
This source repository contains the code for the core SDN Controller components. To compile this code:
Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the ONAP repositories and OpenDaylight repositories.
To compile, run "mvn clean install".