commit | 51d6ad1da02eaa8f28f51f7a8b248ab83a7f54ad | [log] [tgz] |
---|---|---|
author | Samuel Kontris <samuel.kontris@pantheon.tech> | Thu Sep 05 16:32:25 2019 +0200 |
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | Thu Nov 07 14:51:56 2019 -0500 |
tree | d9b276584f8d65871a1b331d6638d74237834e78 | |
parent | 84db6f1d6b4c975eba30dc45556ada876c262a87 [diff] |
Fix compilation error after change in the core repository Change https://gerrit.onap.org/r/#/c/ccsdk/sli/core/+/94939/ changes the constructor of the SvcLogicServiceImpl class which causes compilation error in test class TestLcmProvider Issue-ID: CCSDK-1688 Depends-On: I26ce01b761ab5d17f1cc19e39af581b1963658a5 Signed-off-by: Samuel Kontris <samuel.kontris@pantheon.tech> Change-Id: If9458dc4491b3557439d141375b4056c5210cf35
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".