commit | 6fb8dfad11c84c0833e842183ec43a4ee95e81de | [log] [tgz] |
---|---|---|
author | Dan Timoney <dtimoney@att.com> | Tue Jul 14 08:55:33 2020 -0400 |
committer | Dan Timoney <dtimoney@att.com> | Mon Aug 03 19:29:50 2020 +0000 |
tree | 68048c21cd7244797fa60e572c2c4c48b7f5abb5 | |
parent | 3960d5fe8a04c505334714516c3144c327bb98c1 [diff] |
Update adaptors to sodium Update sli/adaptors to OpenDaylight Sodium release. 2 changes were needed: - mdsal-resource : needed to add unimplemented abstract methods in inner anonymous BundleContext class in test case. - resource-assignment: needed to correct unit test problems that were ignored in earlier versions of h2 Change-Id: Ice63bfce64768e46c4376db55e3e9e97d0b934ad Issue-ID: CCSDK-2551 Signed-off-by: Dan Timoney <dtimoney@att.com>
This source repository contains the code for the SDN Controller adaptors. To compile this code:
Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the ONAP repositories and OpenDaylight repositories. See example-settings.xml for an example.
To compile, run "mvn clean install".