aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2018-02-21Fix docker build image issueRavi Geda1-0/+1
The fix allows aai-gizmo-master-aai-docker-java-daily job to produce the docker image Change-Id: I88e6778c5de2a4354853c13c97a9ddcac9515bd2 Issue-ID: AAI-790 Signed-off-by: Ravi Geda <gravik@amdocs.com>
2018-02-20Gizmo to use latest schemasblimkie1-2/+2
Update Gizmo to use the latest version of the aai-schema and aai relationships Change-Id: I2a8b408b2e55f1bd13ee8800a0d78bdf2c59ecb8 Issue-ID: AAI-482 Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
2018-02-16Add event client dependencySotiropoulos, Ioannis (is948x)1-6/+10
Change dependencies from SNAPSHOT to RELEASE. Change-Id: If8a46177f294d1129f30e578c31cbe0bb2deeb31 Issue-ID: AAI-780 Signed-off-by: Sotiropoulos, Ioannis (is948x) <ioannis.sotiropoulos@amdocs.com>
2018-01-25Update gizmo to set jersey impl for ClientBuilderBansal, Nitin (nb121v)1-2/+7
Update gizmo to specify the jersey impl for javax.ws.rs.client.ClientBuilder to resolve http chunking issue while publishing to dmaap Change-Id: If74dad209ca47db8a3c4eaf362659137e24d1103 Issue-ID: AAI-695 Signed-off-by: Bansal, Nitin (nb121v) <nitin.bansal@amdocs.com>
2017-12-06Use rebranded version of auth librarysblimkie1-2/+2
Use the new version of the auth library which has been renamed from openecomp to onap Issue-ID: AAI-10 Change-Id: Ie5f9520f6218b7550dd68844600b683e30ec6424 Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
2017-12-04Gizmo uses Champ the microservicesblimkie1-13/+0
Gizmo modified to use the Champ ms REST API instead of the Champ library Issue-ID: AAI-525 Change-Id: Ifc5d0302eebfe4eccbe805ecf6cfd059fb6e700b Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
2017-11-20Refactor to move from openecomp to onapBansal, Nitin (nb121v)1-7/+7
Refactor to move from openecomp to onap IssueID: AAI-486 Change-Id: I1d5634739514acf11d5fbdf5e2c7865aaccd864e Signed-off-by: Bansal, Nitin (nb121v) <nitin.bansal@amdocs.com>
2017-11-16Add bulk API to gizmoBansal, Nitin (nb121v)1-1/+10
Add bulk API to gizmo IssueID: AAI-481 Change-Id: Iff9df1a8fdc73c87d726da7294c2eb9f471080f1 Signed-off-by: Bansal, Nitin (nb121v) <nitin.bansal@amdocs.com>
2017-09-26Fix dependency issue on older version of Tinkerpopabatos1-21/+19
Removed the explicit dependency on the older versions of the Tinkerpop stack. This was causing problems with both the Titan and Janusgraph implementations of the deployment. Change-Id: I873ad3e9c92239774aa5ee30cf755700de52267b Issue-ID: AAI-295 Signed-off-by: Adrian Batos <adrian.batos-parac@amdocs.com>
2017-09-13Change dependencies to pass testsDaniel Silverthorn1-2/+2
Fix a typo and change another dependency to get ChampDao tests to pass Issue ID: AAI-295 Change-Id: I5e69e6385fe598cb9aa04e79955844fe80a77df5 Signed-off-by: Daniel Silverthorn <daniel.silverthorn@amdocs.com>
2017-09-08Cleanup project's name in SonarJessica Wagantall1-1/+1
The name parameter in the root pom.xml should match the project name in gerrit to reflect consistency in Sonar. Change-Id: I4f56c4c6704ebf724a04c772e30aae962d46001c Issue-id: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-09-07Add name to the top level pom for gizmoVenkata Harish K Kajur1-0/+1
Issue-ID: AAI-271 Change-Id: I3f7d1c051bd964759f200e1fc567d31611d9d18b Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-09-05Fix broken pom file.gfraboni1-2/+3
The dependency declaration for com.jayway.jsonpath.json-path was missing the open <dependency> marker. Issue-Id: AAI-60 Change-Id: I985611edcaa8a82089bbbe381852b84d662c47f5 Signed-off-by: gfraboni <gino.fraboni@amdocs.com>
2017-09-05Replace OxmModelLoader with aaiutilsDaniel Silverthorn1-1/+5
Issue ID: AAI-245 Change-Id: I38312e114a221686834303a81e6e21a49ee27b2a Signed-off-by: Daniel Silverthorn <daniel.silverthorn@amdocs.com>
2017-09-01New endpoints to auto populate edge properties.gfraboni1-10/+16
New endpoints created to allow v11 endpoints to have their properties automatically set based on db edge rules. Issue-Id: AAI-60 Change-Id: I9b41f654fa9924b1dcb863aca369725a763b3691 Signed-off-by: gfraboni <gino.fraboni@amdocs.com>
2017-08-22Split out Titan specific dependencies from coreabatos1-71/+17
Remove the Titan specific references within the gizmo core and prepare for dependency on new champ core library. Change-Id: I29a4e7b6528e8357715b095d8db5456cd01eb636 Issue-ID: AAI-21 Signed-off-by: abatos <adrian.batos-parac@amdocs.com>
2017-08-22Using DbEdgeRules.json files from aai-core jar.Shwetank Dave1-1/+17
Before we were aai_relationship_vxx.json files. Now using the edge rules directly from aai-core jar. Issue-ID: AAI-21 Change-Id: Id62494caabc75bc29e4f3558268ec78897946937 Signed-off-by: Shwetank Dave <shwetank.dave@amdocs.com>
2017-08-22Revert version of champ dependency.gfraboni1-1/+1
Incorrect version of Champ library in pom was inadvertently committed. Issue-ID: AAI-26 Change-Id: Ic099c94d1cd830c11cad2d0d2cc43164e7eab5ed Signed-off-by: gfraboni <gino.fraboni@amdocs.com>
2017-08-21[AAI-26] Handle ChampTransactionExceptions.gfraboni1-2/+2
Change-Id: I3e7917e585f9141dc8e31e2df9e4b33ba20d1cb3 Signed-off-by: gfraboni <gino.fraboni@amdocs.com>
2017-08-03[AAI-26] Adding gizmo data to the repository.Shwetank Dave1-0/+518
Change-Id: I183f837d45acbfe3c673fde1acf8768d5e3fd37b Signed-off-by: Shwetank Dave <shwetank.dave@amdocs.com>