aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2018-11-19Upgrade to springboot 2.1.0 to resolve NexusIQ3.0.1-ONAPcasablancaSanchez, Gabriel (gs882h)1-1/+1
Upgrade to springboot 2.1.0 to resolve NexusIQ vulnerabilities (i.e. spring-web), a spike microservice uses springboot Dependency Management in the pom file to organisation its dependencies. Issue-ID: AAI-1902 Change-Id: I8ef3348888b4b76f892ebdf77cf6c9f9dde73ff8 Signed-off-by: Sanchez, Gabriel (gs882h) <gabriel.sanchez@amdocs.com>
2018-11-01upversion to 1.3.13.0.0-ONAP1.3.1sblimkie1-1/+1
Change-Id: Ie89f5f5be2d2adace8cce1a6a0c25b1ecfc9a1ab Issue-ID: AAI-1817 Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
2018-10-31upversion to 1.3.0sblimkie1-1/+1
Change-Id: I4b91291452649b7f2307f59bfc7dcf35bf23d406 Issue-ID: AAI-1788 Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
2018-09-19Update event-client version to 1.3.01.3.0Michael Arrastia1-3/+3
Change-Id: I7e952bd4aab35e31fc59c8964a6a838848011b6e Issue-ID: AAI-1649 Signed-off-by: Michael Arrastia <MArrasti@amdocs.com>
2018-09-18Fix NexusIQ security vunerabilitiesmichaere1-5/+0
Exclude and remove dependencies causing security vunerabilities in spike Issue-ID: AAI-1629 Change-Id: I5657ec45866a0b0a57fcea7ef0acf827247de990 Signed-off-by: michaere <michaere@amdocs.com>
2018-08-27Use managed guava versionGary Wu1-5/+5
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: I7dbebb5e4bcd380031e8af356fa9fc77fc37f411 Issue-ID: INT-619 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-08-13Fixing the docker jenkins jobArul.Nambi1-7/+0
Issue-ID: AAI-1449 Change-Id: I965f410b7551202bd4501ecdd528b711c348204e Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
2018-08-07Add Spotify plugin for Jenkins Docker buildMichael Arrastia1-0/+24
Change-Id: I1f197cf25f0f66ef2dbdfd066a6914b8f620a9ff Issue-ID: AAI-1446 Signed-off-by: Michael Arrastia <MArrasti@amdocs.com>
2018-08-01Add name property in pom as aai-spikeMichael Arrastia1-0/+1
The aai prefix in the name is needed to identify the microservice as part of AAI. For example, for the AAI Sonar project. Change-Id: I035c392668a71d7af6a5b6b138b66cee6cd35e13 Issue-ID: AAI-1438 Signed-off-by: Michael Arrastia <MArrasti@amdocs.com>
2018-07-19Address NexusIQ issuesIoannis Sotiropoulos1-0/+6
Add latest version of Google's Guava api. Change-Id: Ie74b2ac72bb10dbc329efbd16e5e3d074c267be1 Issue-ID: AAI-1392 Signed-off-by: Ioannis Sotiropoulos <Ioannis.Sotiropoulos@amdocs.com>
2018-07-12Migrate Spike code to ONAPMichael Arrastia1-0/+339
Move what was originally an Open ECOMP microservice into ONAP. This is primarily a code move and includes: - removal of AJSC and replacement with latest version of Spring Boot - alignment with ONAP standards - license headers - package renaming - FOSSology scan completed Further work is required to add JJB and OOM. Change-Id: I305c8407256bf2dbcc816f34f031f92eafd6ef5a Issue-ID: AAI-1374 Signed-off-by: Michael Arrastia <MArrasti@amdocs.com>