aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2020-07-30Mapper (VESadapter) java upgrademukesh.paliwal1@huawei.com1-696/+343
Issue-ID: DCAEGEN2-2283 Signed-off-by: mukesh.paliwal1@huawei.com <mukesh.paliwal1@huawei.com> Change-Id: Ib65f50299dbc86521db99b06739f6ce850b3a1e2
2020-02-11fix sonarcloud issues6.0.0-ONAPfrankfurtHansen, Tony (th1395)1-0/+3
Change-Id: Ia9dede5214c616d91015318a115ecbb72be244b7 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com> Issue-ID: DCAEGEN2-2065
2019-07-12JJB alignment across DCAE components - DCAE mapperGerard Hickey1-6/+6
Issue-ID: DCAEGEN2-1578 Signed-off-by: Gerard Hickey <gerard.hickey@ericsson.com> Change-Id: I8bb85efd52f6207db4cd262a1f94bf1aeb0324a9
2019-03-22Resolving warning reported in build - VES MapperPooja031-693/+693
Changes made to resolve warnings in the build. Change-Id: I03dee6780941881afc65c4b907ade078febb5e39 Issue-ID: DCAEGEN2-604 Signed-off-by: Pooja03 <pm00501616@techmahindra.com>
2019-03-15Disabling snmpmapper in root pom.xmlPooja031-1/+1
Change-Id: I4e57dbe841d0e5677a0daf2986577f19a1175a65 Issue-ID: DCAEGEN2-1343 Signed-off-by: Pooja03 <pm00501616@techmahindra.com>
2019-02-25starts threads each for every supported collectoramshegokar1-0/+7
Make code changes so that mapper starts one thread each for every supported collector as per configuration Change-Id: I90d3b9d27d0d64107b1b33c6752dc2f0c49344de Issue-ID: DCAEGEN2-1174 Signed-off-by: amshegokar <AS00500801@techmahindra.com>
2018-09-29disable spotify on root pomVijay Venkatesh Kumar1-1/+1
Change-Id: I5a6cb68ca87b082dc45dde507294c1e11b178918 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-772
2018-09-28update docker plugin versionVijay Venkatesh Kumar1-1/+1
Change-Id: I6590f635b3d015f232bfe48a46412403ed9a56fa Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-772
2018-09-26Config from Docker ENV parametersamshegokar1-6/+6
Taking Adapter Config from Docker ENV parameters if CONSUL_HOST flag is present Change-Id: Id097e433112fbdcc0d403ca3f87abee123e76693 Issue-ID: DCAEGEN2-335 Signed-off-by: amshegokar <AS00500801@techmahindra.com>
2018-09-11Security vulnerabilities identified in CLM scanamshegokar1-1/+1
Mapper: security vulnerabilities identified in CLM scan Change-Id: I2b977e99e4ad6d1aae24e0d441da6002c28ab0ac Issue-ID: DCAEGEN2-769 Signed-off-by: amshegokar <AS00500801@techmahindra.com>
2018-08-27Use managed guava versionGary Wu1-7/+4
Use centrally managed guava version specified in oparent. Includes upgrade to oparent 1.2.0. This change was submitted by script and may include additional whitespace or formatting changes. Change-Id: I4ea5f4a22233ab1eef5d7f266e7ecdefc95711fc Issue-ID: INT-619 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-08-22Removed test cases failingBharathS241-1/+1
updated test cases for snmpmapper Change-Id: If3ad91ccc4be448decd94ed47f1ff64831094fce Issue-ID: DCAEGEN2-338 Signed-off-by: BharathS24 <BS00493532@techmahindra.com>
2018-08-22Fix sonar reporting project nameLusheng Ji1-1/+1
Issue-ID: DCAEGEN2-716 Change-Id: I3c58695609e851bb182426b20b690550db212ef1 Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-08-21remove snmpmapper from buildLusheng Ji1-1/+1
Issue-ID: DCAEGEN2-716 Change-Id: I6434e4566f3ce08eba640a72ea1697d0ee8a05a7 Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-05-06Fix spotify configLusheng Ji1-1/+1
Issue-ID: DCAEGEN2-486 Change-Id: Ia88c2ce021225dc0f960f56beadc72a49ceb4045 Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-05-02Fix spotify plugin versionLusheng Ji1-1/+1
Issue-ID: DCAEGEN2-486 Change-Id: Idaed812442354f0c1cdd4067a8dcc33071f390f0 Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-04-23Fix pom for docker buildLusheng Ji1-0/+14
Issue-ID: DCAEGEN2-459 Change-Id: I2b156298bc589d500ce08aa3f1e1a504cf9d55de Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-04-20Add Docker and Spring Boot pluginamshegokar1-19/+19
Adding Docker, Spring Boot plugin and License to pom Change-Id: I623e62ad09ad75a264b8716beced34b826c53637 Issue-ID: DCAEGEN2-459 Signed-off-by: amshegokar <AS00500801@techmahindra.com>
2018-03-27Added snmpmapper in MapperBharathS241-33/+33
Commiting new Module in Mapper Change-Id: I6fe49f5bf980bfc68abca89a7494f640942fe474 Issue-ID: DCAEGEN2-338 Signed-off-by: BharathS24 <BS00493532@techmahindra.com>
2018-03-23Added UniversalVesAdapter in MapperPooja031-0/+675
Adding only domain part of UniversalVesAdapter Module in Mapper Issue-ID: DCAEGEN2-335 Change-Id: I08c9b6548dfc0cef2617cd0bdf049f6949c6d395 Signed-off-by: Pooja03 <PM00501616@techmahindra.com>