Move to oparent and upversion to 1.5.0

Issue-ID: AAI-2467
Change-Id: I3de6e7efea8adc60ec6b5539ceb488680f1121fc
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
7 files changed
tree: 872186a49edc789370312f4c73b77d4b5dd36d62
  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