swagger expose Northbound endpoints

Change-Id: I8c19590e24fdf45655386f4abeee2828cc9cb30a
25 files changed
tree: 3302f751b12f4df8d72301db7d3200d98ab16574
  1. .gitignore
  2. .gitreview
  3. LICENSE.TXT
  4. README.md
  5. onap-enabler-be/
  6. onap-enabler-infra/
  7. osam-common/
  8. osam-core-ext-services-simulator/
  9. osam-core/
  10. pom.xml
  11. version.properties
README.md

This source repository contains the OpenECOMP Virtual Infrastructure Deployment (VID). The settings file needs to support the standard Maven repositories (e.g. central = http://repo1.maven.org/maven2/), and any proxy settings needed in your environment. In addition, this code is dependent upon the following OpenECOMP artifacts, which are not part of VID:

org.openecomp.ecompsdkos:ecompSDK-project
org.openecomp.ecompsdkos:ecompSDK-core
org.openecomp.ecompsdkos:ecompSDK-analytics
org.openecomp.ecompsdkos:ecompSDK-workflow

To build it using Maven 3, run: mvn clean install