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
1 file changed
tree: d9b276584f8d65871a1b331d6638d74237834e78
  1. artifacts/
  2. asdcApi/
  3. daexim-offsite-backup/
  4. dataChange/
  5. dmaap-listener/
  6. features/
  7. lcm/
  8. releases/
  9. ueb-listener/
  10. .gitignore
  11. INFO.yaml
  12. LICENSE.txt
  13. pom.xml
  14. README.md
  15. version.properties
README.md

This source repository contains the code for the SDN Controller northbound interface adaptors. To compile this code:

  1. 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.

  2. To compile, run "mvn clean install".