Deprecated named-query from AAIService

Changes made:
* Removed named-query feature from AAIService codebase
* Removed any additional unused classes
* cleaned up aaiclient.properties
* Removed related junit tests

Change-Id: Ic9fffbff0eaa85a80f1aa0781c5e675e4bc44602
Issue-ID: CCSDK-1108
Signed-off-by: Rich Tabedzki <richard.tabedzki@att.com>
15 files changed
tree: 169faa8a35e65b70ec456d0c961517b2ce19c381
  1. aai-service/
  2. ansible-adapter/
  3. artifacts/
  4. features/
  5. grpc-resource/
  6. mdsal-resource/
  7. netbox-client/
  8. resource-assignment/
  9. saltstack-adapter/
  10. sql-resource/
  11. .gitignore
  12. INFO.yaml
  13. LICENSE.txt
  14. pom.xml
  15. README.md
  16. 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".