summaryrefslogtreecommitdiffstats
path: root/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2018-05-22Upversion poms and version.properties to 1.2.3v1.2.3v1.2.22.0.0-ONAPbeijing2.0.0-ONAPMichael Arrastia1-1/+1
Change-Id: I2956bf79f9aaedfa3f3cd5fc7caf6f794e7f02a1 Issue-ID: AAI-1154 Signed-off-by: Michael Arrastia <MArrasti@amdocs.com>
2018-05-22Upversion to 1.2.2 for Beijing releaseMichael Arrastia1-1/+1
Change-Id: I3113bdda31f2a702e1a8f7a5446fefba1f843db6 Issue-ID: AAI-1153 Signed-off-by: Michael Arrastia <MArrasti@amdocs.com>
2018-05-18Organise pom structure into corrected hierarchyMichael Arrastia1-0/+6
All child modules are now properly grouped under each parent. This should allow the Jenkins update version plugin to update the version of all child modules and allow the staging deployment of the champ-service releasable artifact. Change-Id: I6ecae622654e736f65691d9fa4357d27e606c801 Issue-ID: AAI-1146 Signed-off-by: Michael Arrastia <MArrasti@amdocs.com>
2018-05-17Update poms to upload champ-service jarMichael Arrastia1-0/+12
The intention is to additionally resolve the build of the release-version-java-daily job. Change-Id: I39af216e187245a845cc1f4921a02c21b4728884 Issue-ID: AAI-1146 Signed-off-by: Michael Arrastia <MArrasti@amdocs.com>
2018-05-16Upversion to 1.2.1-SNAPSHOTJimmy Forsyth1-1/+1
Issue-ID: AAI-1138 Change-Id: Ia5f8ce5b51f994b4418c673b5ee3bffe049c8446 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2018-05-15Remove duplicate dependencyJimmy Forsyth1-7/+2
Issue-ID: AAI-1141 Change-Id: I8d470492d4e55f82b70f82ee8d54ea4bde662c83 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2018-05-15Update version to 1.2.1-SNAPSHOTRavi Geda1-1/+1
Change-Id: I46cad4df0a03b5114c08efad2b04c2a19573a4b5 Issue-ID: AAI-1138 Signed-off-by: Ravi Geda <GRaviK@amdocs.com>
2018-05-04Address security vulnerabilities (fix 2)Michael Arrastia1-0/+24
Fixes previously missed dependencies: - jackson-databind: version 2.8.11.1 - httpclient: version 4.5.3 - jackson-mapper: version 1.9.2 Change-Id: Iae2013bf164a90e910ec1d2cd4ad1185a01bacad Issue-ID: AAI-1117 Signed-off-by: Michael Arrastia <MArrasti@amdocs.com>
2018-05-03Address security vulnerabilitiesMichael Arrastia1-0/+89
This includes version upgrades for: - logback-classic, logback-core - commons-collections - hadoop-common - hbase-client: settled on version 1.0.2 as container would not start with later versions - httpclient - netty, netty-all - zookeeper - jackson-core Also should resolve presence of flux-examples. Change-Id: Ifb55f5d6676a9971d1d9a46c695dc78eb1b99843 Issue-ID: AAI-1117 Signed-off-by: Michael Arrastia <MArrasti@amdocs.com>
2018-03-22Support maven deploy and docker build targetsMichaelArrastia1-1/+18
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-12Fix name of entry in SonarGildas Lanilis1-1/+1
The name of the entry in Sonar was displayed as champ instaed of aai-champ Change-Id: I5a3edc59592fa13c4273274f52716e09157ee812 Issue-ID: CIMAN-65 Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
2018-03-09Fix items missed in microservice restructureMichaelArrastia1-1/+1
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-07Port champ-microservice project restructuremichaere1-396/+16
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>
2017-10-05Renaming openecomp to onapArul.Nambi1-1/+1
Issue-ID: AAI-208 Change-Id: I2635c4ed4f9e5d17b93a8ec2c3a0d82b79f75320 Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
2017-09-15Fix the jacoco file reference in pom fileVenkata Harish K Kajur1-1/+1
Issue-ID: AAI-306 Change-Id: Iae59ccb7f7625c1b477963daa145a22f31b2660d Signed-off-by: Venkata Harish K Kajur <vk250x@att.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: I6b00b9cfff8677d89a12f027cefb7380d208e0be Issue-id: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-09-07Add name to the top level pom for champVenkata Harish K Kajur1-0/+1
Issue-ID: AAI-271 Change-Id: I6a6c81fa3cf12e4007cf6edbcb11fc9e5f57c52f Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-08-18Update POM to inherit from oparentDileep Ranganathan1-15/+9
Change-Id: Iaf15716b64ff2b22c59504caf824e9400a98e3f8 Issue-Id: AAI-77 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2017-07-28[AAI-80 Amsterdam] checking in source codeMuller, Andrew (am8383)1-0/+403
Change-Id: Ic041f9bca773ec6870b7e29d7dd02fa03dd2947b Signed-off-by: Muller, Andrew (am8383) <am8383@us.att.com>