commit | 4ca4e0d5b321d3f4f321b49df02498d66b547d11 | [log] [tgz] |
---|---|---|
author | Ryan Goulding <ryandgoulding@gmail.com> | Wed Sep 06 12:03:51 2017 -0400 |
committer | Ryan Goulding <ryandgoulding@gmail.com> | Wed Sep 06 12:04:45 2017 -0400 |
tree | f148f54336b2ecadaa5200d836eb1c4238c0540a | |
parent | b6ad62d01b1045ff03c03aa05ee1beeaabc633c7 [diff] |
Fix SDNC service registration Convert the BundleActivator to a POJO provider, and do the service registration through blueprint instead. Issue-Id: SDNC-54 Change-Id: Ia5618ef443967803b31da1ac9e020d1092c3ab8d Signed-off-by: Ryan Goulding <ryandgoulding@gmail.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".