aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2018-05-09Bump oparent-python versionGary Wu1-1/+1
Bump oparent-python version to 1.1.1 to resolve a license issue in an old version of lombok. Change-Id: I09a3c0b3745ebbeeedb400638e16047971329e43 Issue-ID: INT-493 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-03-14Update oparent-python version for optf/osdfDileep Ranganathan1-1/+1
Change-Id: I8b63a0e2ea35fbaa28674e4edf7da54ddd6ce054 Issue-ID: OPTFRA-184 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-03-07Clean up code smells, added osdfapp.pySastry Isukapalli1-1/+1
Added osdfapp.py in inclusions. TODO: clean up this structure. Notes: 1) Do not use java-like naming (use get_options instead of getOptions). 2) Do not have commented out code in imports (it got flagged as red) Issue-ID: OPTFRA-102 Change-Id: Ie889b581dc8bf6683ff9bf60a6e14f254a26ef12 Signed-off-by: Sastry Isukapalli <sastry@research.att.com>
2018-03-08Exclude Tests from Sonar coverage reportDileep Ranganathan1-7/+9
Change-Id: I60bf015cdc4a3a7fad8babf146dd9e78470645d1 Issue-ID: OPTFRA-102 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-03-07Adding SONAR coverage report supportSastry Isukapalli1-1/+14
Issue-ID: OPTFRA-102 Change-Id: I67552599ff49dff29f99578b83592dd8d2ced193 Signed-off-by: Sastry Isukapalli <sastry@research.att.com>
2018-02-12Added root pom.xml files for OSDFDileep Ranganathan1-0/+71
Added pom.xml, assembly.xml Modified .gitignore Change-Id: I8b8bd6c180d1738567be6e6fa4c94c57e15f5b77 Issue-ID: OPTFRA-72 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>