aboutsummaryrefslogtreecommitdiffstats
path: root/champ-service
AgeCommit message (Collapse)AuthorFilesLines
2018-03-28Catch IllegalArgumentException for error messageDaniel Silverthorn2-1/+9
Also had to upversion event client library Change-Id: I4dbbf8f35630d93cca9e5d8971e7fde8a65b0811 Issue-ID: AAI-945 Signed-off-by: Daniel Silverthorn <daniel.silverthorn@amdocs.com>
2018-03-13Tidy pom's following event-client version updatemichaere1-30/+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-09Fix items missed in microservice restructureMichaelArrastia1-0/+7
1. Updates the champ-service pom to explicitly add a dependency on the apache httpclient. 2. Corrects the name of the top level champ pom Issue-ID: AAI-813 Change-Id: I155ebc723861eea8e81e96ba84f182e80c7e42ed Signed-off-by: MichaelArrastia <MArrasti@amdocs.com>
2018-03-09Add Spotify and License pluginsMichaelArrastia15-84/+224
The champ-service module pom requires additional plugins: 1. Spotify: to allow ONAP Jenkins docker job to complete 2. License: to generate license headers in Java files Issue-ID: AAI-850 Change-Id: Ie5b82d36773c32cb1bba428c0effb8b04fbb7859 Signed-off-by: MichaelArrastia <MArrasti@amdocs.com>
2018-03-07Port champ-microservice project restructuremichaere63-0/+4643
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>