AAI-2507 re-fix EdgeRules in v15 and v16 CCVPN

re-fix AAI-1671 and AAI-1923 in v15 and v16 EdgeRules

Change-Id: Ib7982024bd6d0922f75a44c9407b7bd3252a0acc
Issue-ID: AAI-2507
Signed-off-by: Keong Lim <keong.lim@huawei.com>
2 files changed
tree: d5b570ef3a138e9ac0e1739580bf9dc7fbb520f6
  1. aai-annotations/
  2. aai-queries/
  3. aai-schema/
  4. aai-schema-gen/
  5. aai-schema-service/
  6. plantuml/
  7. .editorconfig
  8. .gitattributes
  9. .gitignore
  10. .gitreview
  11. generate-uml-snapshot.sh
  12. INFO.yaml
  13. LICENSE.TXT
  14. LICENSE_ALT1.txt
  15. onap-java-formatter.xml
  16. pom.xml
  17. README.md
  18. version.properties
README.md

AAI Schema Service

Local setup

In order to start the service locally, here is what needs to be done

> mvn clean install 

Above command only needs to be run the first time

The command below actually starts the microservice

> mvn -pl aai-schema-service -PrunAjsc