commit | 5469072378877daa9e9d709fa0f49bacc04e3e1d | [log] [tgz] |
---|---|---|
author | Dan Timoney <dtimoney@att.com> | Tue Sep 19 17:33:48 2017 -0400 |
committer | Dan Timoney <dtimoney@att.com> | Tue Sep 19 17:33:52 2017 -0400 |
tree | 887ba08d883c1c61bb4543ec420e566450560257 | |
parent | bf1341964ef9dd831992e4187eb09059abb3c8ba [diff] |
Remove mysql dependencies in sli/core Remove lingering mysql dependencies in sli/core, which prevented odlsli container from starting up clean. Note: tested this using bareodl container and verified that these changes install clean AFTER changing incorrect driver property name in dblib.properties. This patch is fine, but a second patch to ccsdk/distribution is needed to fix that property file. Change-Id: I6a900d1c29998867bfbae29d5e113c4e392a8bb9 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".