Remove saltstack-adaptor from adaptors-all group

saltstack-adaptor has dependencies on app-c code that need to be
removed (otherwise there is circular dependency).  Meanwhile, saltstack
adaptor should be removed from the adaptors-all feature.

Change-Id: I43df1a87bc86d885ff127a794915038146564ea3
Issue-ID: CCSDK-489
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
1 file changed
tree: 48355d08e58dcd9d416dd73ef39c937108e599bd
  1. aai-service/
  2. ansible-adapter/
  3. artifacts/
  4. features/
  5. mdsal-resource/
  6. netbox-client/
  7. resource-assignment/
  8. saltstack-adapter/
  9. sql-resource/
  10. .gitignore
  11. INFO.yaml
  12. LICENSE.txt
  13. pom.xml
  14. README.md
  15. 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".