packaging changes

don't embed sli provider, sli common or db lib in sql resource or resource assignment

Change-Id: I9a8a2a53455287ee60322785da9e4e7ca0614b96
Issue-ID: CCSDK-653
Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com>
4 files changed
tree: f776dda1f55cd7c232b58378725f0888befb818b
  1. aai-service/
  2. ansible-adapter/
  3. features/
  4. mdsal-resource/
  5. netbox-client/
  6. resource-assignment/
  7. saltstack-adapter/
  8. sql-resource/
  9. .gitignore
  10. INFO.yaml
  11. LICENSE.txt
  12. pom.xml
  13. README.md
  14. 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".