Add missing libraries

Updated resource-assignment feature installer to install dependent
libraries if not already installed.

Change-Id: If5df396f1428e4ce8f498acfd3621d429b5489a2
Issue-ID: CCSDK-215
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2 files changed
tree: 530c86f4595c50a870e6a9c4549b30d25555bc60
  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".