summaryrefslogtreecommitdiffstats
path: root/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2018-12-17Use Schema Service for model ingestionMichael Arrastia1-54/+60
Change-Id: Id2531c52491c135ae000223caf7ce79f95a9cb43 Issue-ID: AAI-2010 Signed-off-by: Michael Arrastia <MArrasti@amdocs.com>
2018-11-28Upgrade version of aai-commonMichael Arrastia1-11/+8
* Configure Spike with schema ingestion beans. * Update OXMModelLoader and EdgeRulesLoader to make use of schema ingestion beans. Here there is an acknowledged awkward marrying of bean creation and static method use. * Update tests to mock schema ingestion beans and organise test resources. Change-Id: I1f043aa5852dbd2737a804ebc282a12afb9fb39f Issue-ID: AAI-1951 Signed-off-by: Michael Arrastia <MArrasti@amdocs.com>
2018-11-19upgrade to new event clientBansal, Nitin (nb121v)1-1/+1
Change-Id: I0294d54a1d9baa6afc18c3235564ac83d7fea759 Issue-ID: AAI-1929 Signed-off-by: Bansal, Nitin (nb121v) <nitin.bansal@amdocs.com>
2018-11-19Merge "Upgrade to springboot 2.1.0 to resolve NexusIQ"James Forsyth1-1/+1
2018-11-19Upgrade to springboot 2.1.0 to resolve NexusIQSanchez, Gabriel (gs882h)1-1/+1
Upgrade to sprinboot 2.1.0 to resolve NexusIQ vulnerabilities (spring-web), as spike microservice uses Springboot Depedency Managemento to organise dependencies Issue-ID: AAI-1902 Change-Id: I7496e397a4438a71ffd3dd7da215891d9933a0ef Signed-off-by: gabriel.sanchez <gabriel.sanchez@amdocs.com>
2018-11-07Upgrading event-client to version 1.3.1Shwetank Dave1-3/+10
- Adding support for rabbit mq (from event-client version 1.3.1) - Fixing issue where the checking offset fails - Adding a fix for fully qualified domain name Change-Id: Ibab1fc48e00df15a8a2b17369d0731fece17061c Issue-ID: AAI-1798 Signed-off-by: Shwetank Dave <shwetank.dave@amdocs.com>
2018-11-05Upversion to 1.4.0 - Dublin branchSanchez, Gabriel (gs882h)1-1/+1
Upversion to 1.4.0 Issue-ID: AAI-1856 Change-Id: Ic08cac19ac3016c918259a9d2df5f4cde902a7db 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>