AAIService change URL to URI

Use URI instead of URL for resource-link

Change-Id: I0d29f14a0425ff098d3b965e6d9ba54ab2c9aff7
Issue-ID: CCSDK-353
Signed-off-by: Agarwal, Ruchira(ra1926) <ra1926@att.com>
1 file changed
tree: 43b312f113deceb0c44c4a404b9f068f6497dbed
  1. aai-service/
  2. ansible-adapter/
  3. features/
  4. mdsal-resource/
  5. resource-assignment/
  6. saltstack-adapter/
  7. sql-resource/
  8. .gitignore
  9. INFO.yaml
  10. LICENSE.txt
  11. pom.xml
  12. README.md
  13. 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".