commit | c4b09e567dbf14e4c181ad2a248faf242ac313b8 | [log] [tgz] |
---|---|---|
author | Dan Timoney <dtimoney@att.com> | Mon Sep 11 11:19:51 2017 -0400 |
committer | Dan Timoney <dtimoney@att.com> | Mon Sep 11 14:33:03 2017 -0400 |
tree | 1e7d40368f54dd5af4406b8beaf963fab84b05df | |
parent | 5e76740a52110ae4d2413354439e8b0ff0e2ae0c [diff] |
Remove cast to DBResourceManager Remove cast to DBResourceManager, which no longer works after DbLibService is advertised via Aries Blueprint and which is no longer needed after DbLibService interface exposes getConnection() method. Updated version number - seems like an older 0.1.1-SNAPSHOT without DbLibService change is being used, so trying to see if bumping version will help. Change-Id: Ia411d1514bca396cc052f4f16eda6c79e0d13648 Issue-ID: CCSDK-86 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".