summaryrefslogtreecommitdiffstats
path: root/dmi-service/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2024-11-19Fix for DMI merge master Job workingsourabh_sourabh1-1/+1
- Bumped DMI version from 1.6.0-SNAPSHOT to 3.5.5-SNAPSHOT Issue-ID: CPS-2499 Change-Id: Ieeba324330080f5dc5f8723a7d8d6f37aa7945ca Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
2024-11-18Fix for DMI Merge job to address HTTP 403 issue while uploading dmi jar to ↵sourabh_sourabh1-1/+0
nexus3.onap.org Issue-ID: CPS-2499 Change-Id: Iba0141c5d1d51712ae2a17b7ffb1daeb2cdc19db Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
2024-11-18Fix for DMI Merge job to address HTTP 403 issue while uploading dmi jar to ↵sourabh_sourabh1-0/+2
nexus3.onap.org Issue-ID: CPS-2499 Change-Id: I18929479c73218d59296dcee8e28c50ff2da3a00 Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
2024-11-18Fixed the java code checkstyle configuration and jacoco reportsourabh_sourabh1-13/+106
- Removed oParent dependency. - pulled cps checkstyle and applied for all dmi modules for code style check and copyright. - Ignored checkstyle folder for to be commited. - Fixed java code styles. - Added missing plugins and configurations for jacoco report. - Configured deply plugin and related onap properties. - Temporarily disabled CSIT. Issue-ID: CPS-2471 Change-Id: I5a26c2a156b93c3e58c5c42814f1dff85831d4df Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
2024-11-13Fix for cps-ncmp-dmi-plugin-maven-merge-master jobsourabh_sourabh1-66/+2
Issue-ID: CPS-2496 Change-Id: I66f3a215188eed6dd7c83a52ce831d97f9c0db46 Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
2024-10-23Added maven-checkstyle-plugin to parent POM for code style checkssourabh_sourabh1-71/+17
- Integrate Checkstyle to enforce coding standards across modules. - Ensure Checkstyle applies to both dmi-service and dmi-stub modules. - Fixed all code check style issues. Issue-ID: CPS-2461 Change-Id: Ie84928c1f2e3de549cc8fab2001974369884a831 Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
2024-09-10Move Swagger API to docs folderegernug1-27/+4
Use docs folder for code genereation Issue-ID: CPS-2332 Change-Id: Ifd59025014766667e63baee65a06522903fd7da2 Signed-off-by: egernug <gerard.nugent@est.tech>
2024-09-06Update cps version in DMI pluginmpriyank1-1/+1
- updated cps version to 3.5.2 i.e the latest released version - updated corresponding dependant code from cps ncmp - Fixed the testware Issue-ID: CPS-2401 Change-Id: I8c3ed7cbdef11a195b86088006fd0e1e7642a572 Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
2024-09-05[DMI] Fix security vulnerabilitiesmpriyank1-0/+15
- upgraded spring-kafka and spring-kafka-test to 3.2.1 version - upgraded json-path to 2.9.0 version Issue-ID: CPS-2342 Change-Id: If8118cb831a16d43d2fa936770776b0bf02cf653 Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
2024-07-19Added DataJob related stub implementationsleventecsanyi1-1/+1
- updated pom.xml - added dataJob related code to DMI Stub controller - uplifted swagger core dependency Issue-ID: CPS-2323 Signed-off-by: leventecsanyi <levente.csanyi@est.tech> Change-Id: If30e1fad31daec004ad67dd3f2be1815aeb538b2
2024-06-24Create module structure in DMI Pluginegernug1-0/+660
To push the stub in to DMI Plugin the Plugin will need to be modulized akin to CPS/NCMP. This involves creating a new module in the repo and porting the packages in src into this module Issue-ID: CPS-2284 Change-Id: Iffa4eded4e49c220891fe73c30ea3b2f12a9e66d Signed-off-by: egernug <gerard.nugent@est.tech>