Fix sli dependency

Issue-ID: SDNC-86
Change-Id: Ic6680636fd451942ab9f91598f1b7c63080843c1
Signed-off-by: Brian Freeman <bf1936@att.com>
1 file changed
tree: 42ed5b9636052a5f01a428ba598fd60cdc108f3f
  1. aai-service/
  2. mdsal-resource/
  3. resource-assignment/
  4. sql-resource/
  5. .gitignore
  6. LICENSE.txt
  7. pom.xml
  8. README.md
  9. version.properties
README.md

This source repository contains the code for the SDN Controller adaptors. 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. See example-settings.xml for an example.

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