Async jobs mechanism migrated from VID code

Change-Id: Icf8bbac9ad83addcef2269839fb66f8c1ad31c5a
Signed-off-by: Aharoni, Pavel (pa0916) <pavel.aharoni@intl.att.com>
41 files changed
tree: 578fc5c6ad38472bf58feffe226be17c63aca3bf
  1. .gitignore
  2. .gitreview
  3. LICENSE.TXT
  4. README.md
  5. onap-enabler-be/
  6. onap-enabler-infra/
  7. osam-core-ext-services-simulator/
  8. osam-core/
  9. pom.xml
  10. 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