commit | bf092c7f773e69b1723369f427edb957ccc6f4f1 | [log] [tgz] |
---|---|---|
author | Gaurav Agrawal <gaurav.agrawal@huawei.com> | Mon Sep 18 18:37:49 2017 +0530 |
committer | Gaurav Agrawal <gaurav.agrawal@huawei.com> | Mon Sep 18 18:37:49 2017 +0530 |
tree | 481953050b043c1f26dc26abf794b5a9f0393106 | |
parent | 58f195402881a8b59fe394578c133fb7689c06d1 [diff] |
Replace deprecated API with newer one Replace following deprecated API 1) NotificationProviderService replaced with NotificationPublishService 2) InstanceIdentifier<T> toInstance() replace with build() Change-Id: I50195bf123052270edf3fd9f74af00262a01e650 Issue-Id: CCSDK-93 Signed-off-by: Gaurav Agrawal <gaurav.agrawal@huawei.com>
This source repository contains the code for the SDN Controller northbound interface adaptors. To compile this code:
Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the OpenECOMP repositories and OpenDaylight repositories. See example-settings.xml for an example.
To compile, run "mvn clean install".