[COMMON-15] summary

Updated dependency list

Change-Id: I165654d666880410ed48754d4def850f6e3bcfd3
Signed-off-by: Rich Tabedzki <richard.tabedzki@att.com>
1 file changed
tree: e61f5c7ae259ebebd771618bf0b74d72b6980d1a
  1. dblib/
  2. filters/
  3. rootpom/
  4. sli/
  5. sliapi/
  6. sliPluginUtils/
  7. src/
  8. .gitignore
  9. .gitreview
  10. .scanignore
  11. example-settings.xml
  12. jenkins-settings.xml
  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 OpenECOMP repositories and OpenDaylight repositories. See example-settings.xml for an example.

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