upgrade core to sodium

fixed unit test due changes in sodium

Issue-ID: CCSDK-2543
Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
Change-Id: I65b725686b480554cec974c05a6b2814901d1d5e
1 file changed
tree: 73841c45afdbd50cfbde4f91c298bfa72480abd8
  1. artifacts/
  2. dblib/
  3. features/
  4. filters/
  5. releases/
  6. sli/
  7. sliapi/
  8. sliPluginUtils/
  9. src/
  10. utils/
  11. .gitignore
  12. INFO.yaml
  13. LICENSE.txt
  14. pom.xml
  15. README.md
  16. version.properties
README.md

This source repository contains the code for the core SDN Controller components. To compile this code:

  1. Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the ONAP repositories and OpenDaylight repositories.

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