Add missing INFO.yaml blocks

Add missing information so that the new verify
job passes.

Change-Id: I4f5f1fa5d2f17a9c9b6dbce83454a97121143898
Issue-ID: CIMAN-134
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
1 file changed
tree: 8ad1978bc1729ad94eeacc9be14022397ac1255e
  1. aai-annotations/
  2. aai-queries/
  3. aai-schema/
  4. aai-schema-gen/
  5. aai-schema-service/
  6. .editorconfig
  7. .gitattributes
  8. .gitignore
  9. INFO.yaml
  10. LICENSE.TXT
  11. LICENSE_ALT1.txt
  12. pom.xml
  13. README.md
  14. 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