aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2020-05-12Add profile "integration" that will run integration tests for PNF and NetconfBartosz Gardziejewski1-2/+9
Issue-ID: INT-1533 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: Ib03bad90ac6921e9f75bda6d1e5163ef05b06d3e
2020-04-27Add variables to PNF simulator events and update loggingBartosz Gardziejewski1-0/+7
Issue-ID: INT-1517 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I48931c0b4c68cd4de548cfa7dbaa950a24d13545
2020-04-23Switch pnf simulator to the new versionBogumil Zebek1-1/+1
Prepare new release line. Version: 1.0.1 Issue-ID: INT-1517 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Change-Id: Ib64b2d4e37e22824479bdc408ce99f507215b0db
2020-04-22Rename docker imagesBogumil Zebek1-0/+2
Before container release we need to fix container names to be more descriptive. Issue-ID: INT-1517 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Change-Id: I6f6f17a5625df6d90b040dc5683202b1187cf386
2020-04-22Add SonarQube local starterBogumil Zebek1-2/+17
In README_SONAR.md you can find how to configure and run SonarQube locally. Issue-ID: INT-1517 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Change-Id: Ic5daa070e56cd28bd18b8f8f8abcbb793005cf3a
2020-04-21Update java to version 11Bartosz Gardziejewski1-2/+2
Issue-ID: INT-1517 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: Ibd3e10c534758e1b26e3a1cbd8154f5aeb423721
2020-04-21Remove unused/duplicated dependencies and group them in scope groupsPawel1-4/+262
Issue-ID: INT-1517 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: Ied46b2a6f33711aa5cde3328353f33011ff0c3cd
2020-04-20Extract versions to propertiesPawel1-2/+4
Issue-ID: INT-1517 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: If966e5f755fc22ad428141bc9d3fdbeb756fa6f8
2020-04-15Updating oparent to 2.1.0 and adding JaCoCoBartosz Gardziejewski1-1/+2
Issue-ID: INT-1517 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I1dc20dd5394de4c1576ec6f0803054ca3e636e19
2020-04-14Merge "Fix names in distributionManagement"Bogumil Zebek1-2/+2
2020-04-14Fix names in distributionManagementBartosz Gardziejewski1-2/+2
Issue-ID: INT-1517 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I4da091fec148732b92c2c74f67aa09e7e45d0bd6
2020-04-14Update PNF simulator root project nameBartosz Gardziejewski1-1/+1
Issue-ID: INT-1517 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I22f131df7eb89f9f623be819f87b1c977256ad6e
2020-04-10Update project structureBogumil Zebek1-2/+2
Fix groupId, version and docker tag. Issue-ID: INT-1517 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Change-Id: I6a20e816fb53c2b50e58ca5680dd886cea8fc6b2
2020-04-09Add distribution management in pomBartosz Gardziejewski1-0/+23
Issue-ID: INT-1517 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I7bb906bbf993ee6adce253b356a039f259172669
2020-04-08Move PNF simulator from /test/mocks to new projectBartosz Gardziejewski1-0/+79
This code is a copy of pnfsimulator located in integration repository (/test/mocks/pnfsimulator) with added profile "docker" in pom.xml located in pnfsimulator and netconfsimulator subprojects Issue-ID: INT-1517 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I725fa0530c41b13cb12705979dee8b8b354dc1a1