summaryrefslogtreecommitdiffstats
path: root/champ-service-deps-titan
AgeCommit message (Collapse)AuthorFilesLines
2018-05-01Replace AJSC with Spring Boot 1.5.12.RELEASEMichael Arrastia1-0/+162
Updates include: Remove AJSC references Use PropertiesLoader (loader.path) to allow loading external janus or titan deps Fix dependency conflicts between janus/titan deps and Spring Boot deps Use Jetty container Use Jersey registration of Champ REST interface Change-Id: Ic33b886b0b039cce0366c0f0910cc5a3fe5bfd9b Issue-ID: AAI-1041 Signed-off-by: Michael Arrastia <MArrasti@amdocs.com>
2018-03-23Update module poms to skip maven deployMichael Arrastia1-0/+7
The rationale for this change is that the only deployable artifact is the champ microservice as a docker component. The intention is to allow the failing Jenkins merge job to complete. Issue-ID: AAI-927 Change-Id: Ib73470697cd79d12b8d1d47df9afa930f4768d8f Signed-off-by: Michael Arrastia <MArrasti@amdocs.com>
2018-03-22Support maven deploy and docker build targetsMichaelArrastia1-2/+8
This commit principally includes the following pom updates: 1. Add distributionManagement to fix jobs that run maven deploy. 2. Update way in which champ-service gets the graph-deps. This change specifically supports the docker build. Issue-ID: AAI-927 Change-Id: I5920de3c010b810a802f95ac82da89ea3989e7d9 Signed-off-by: MichaelArrastia <MArrasti@amdocs.com>
2018-03-19Update license date and textSanchez, Gabriel (gs882h)1-0/+20
Update license date and disable license plugi:n Issue-ID: AAI-862 Change-Id: Ic46fee4917bde48298acfc1d76eef9083986113e Signed-off-by: gabriel.sanchez <gabriel.sanchez@amdocs.com>
2018-03-13Tidy pom's following event-client version updatemichaere1-34/+0
Removed ability to override the version of the event-client Issue-ID: AAI-873 Change-Id: I49c76cca0ac6da49964df277467f57a463b65069 Signed-off-by: michaere <michaere@amdocs.com>
2018-03-07Port champ-microservice project restructuremichaere1-0/+122
Includes project restructure and introduction of a parent pom. The original source folder and core functionality is now held within champ-lib, with champ-service forming the ajsc microservice from which it injects champ-lib core functionality. Issue-ID: AAI-813 Change-Id: I2ce0c4a70e485665276e7955572de23969deb706 Signed-off-by: michaere <michaere@amdocs.com>