commit | c65f0fc6b0d0be3fbeba4d57896fa04b42f5aae3 | [log] [tgz] |
---|---|---|
author | anushadasari <danush10@in.ibm.com> | Wed Aug 21 12:57:30 2019 +0530 |
committer | anushadasari <danush10@in.ibm.com> | Wed Aug 21 12:57:55 2019 +0530 |
tree | ac08c478186ef9578c8dc4cfd72e789b2b22cde9 | |
parent | 6defdf50b9de3795118a0652cfad0b8dabf3a497 [diff] |
Unused Import The imports part of a file should be handled by the Integrated Development Environment (IDE), not manually by the developer. Unused and useless imports should not occur if that is the case. Leaving them in reduces the code's readability, since their presence can be confusing. Issue-ID: VID-582 Change-Id: Id79d2f2af4d69ded8e1c8da10fc67e4e7ea0f933 Signed-off-by: anushadasari <danush10@in.ibm.com>
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