summaryrefslogtreecommitdiffstats
path: root/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2020-04-08Upversion to 1.7.0Jimmy Forsyth1-2/+2
Issue-ID: AAI-2860 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I7b70d5ae07f27473281efc4d1c31f9c3b03ff5e7
2020-02-19Update SONAR config6.0.0-ONAPfrankfurtjimmy1-46/+160
Issue-ID: AAI-2793 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: Idf843a9e261bc8ef4ff165cf6a3322acb012a495
2019-10-31Release 1.6.0Jimmy Forsyth1-1/+1
Issue-ID: AAI-2607 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I9c49336fd17dd750b02390c152f2d30eec5b91c6
2019-10-03Enforce minimum Jacoco line coverageLee, Tian (tl5884)1-425/+437
Current coverage at 85%, enforced limit set to 80% Change-Id: I1875fc786f82e4bae352746c1600f28d8b1bb2ee Issue-ID: AAI-2365 Signed-off-by: Lee, Tian (tl5884) <TianL@amdocs.com>
2019-08-14Upversion validation in masterJimmy Forsyth1-3/+3
Issue-ID: AAI-2579 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I5d7d508e6ca0b1c82f0eb1db2289f78084eb2bdb
2019-07-03Upversion to oparent 2.0.0Jimmy Forsyth1-2/+6
Issue-ID: AAI-2501 Change-Id: Id24cc90272156f0167c707e718757ac0a659ab01 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2019-07-03Merge "Make Validation groovy rules easier for testing"James Forsyth1-0/+1
2019-06-19Upversion for global jjb transitionJimmy Forsyth1-2/+2
Issue-ID: AAI-2501 Change-Id: I84f3fde66da363d556055a34cdfe4f89e85deb52 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2019-06-04Make Validation groovy rules easier for testingburdziak1-0/+1
Issue-ID: AAI-2470 Change-Id: Ie28390f4ab3c9bd4f8e469812d6b19ecd82c2879 Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
2019-05-03Upversion for Dublin release4.0.0-ONAPdublinJimmy Forsyth1-1/+1
Issue-ID: AAI-2403 Change-Id: I70cf045d924d41efe6b776a37a243d19c41c623e Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2019-05-01Update to latest version of schema-service1.4.0Jimmy Forsyth1-1/+1
Issue-ID: AAI-2169 Change-Id: I391828386f60085edbe708e33a274b046968224e Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2019-04-09Upgrade to springboot 1.5.20.RELEASEJimmy Forsyth1-1/+1
Issue-ID: AAI-2349 Change-Id: I9394f428505dae8b611b08c236e902093331109a Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2019-03-28Exclude Tomcat dependencies in favour of JettyLee, Tian (tl5884)1-0/+14
Change-Id: Ib42a3c24a2f7be0905ad33fa10b9f1ce68d6b0b2 Issue-ID: AAI-2254 Signed-off-by: Lee, Tian (tl5884) <TianL@amdocs.com>
2019-03-28Upversion Spring Boot and Event Client to latestLee, Tian (tl5884)1-2/+2
Change-Id: I00d48a95b27ae15fcc33e97ad868379bc816207b Issue-ID: AAI-2254 Signed-off-by: Lee, Tian (tl5884) <TianL@amdocs.com>
2019-03-15Remove SNAPSHOT from aai-schema versionsmark.j.leonard1-3/+3
Use the latest public versions of aai-schema and aai-schema-ingest. The schema jar is now in the schema-service group rather than aai-common. Change-Id: Ie80d9a6ed7b9b9c4391a36c86afa094e9454a703 Issue-ID: AAI-2077 Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
2019-02-19Remove unused test configuration filesmark.j.leonard1-39/+44
Also fix some checkstyle warnings regarding Javadoc comments. Issue-ID: AAI-2057 Change-Id: If654c63ec6a5f9888fdf597e51ad0cad9f363a90 Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
2019-02-15Convert tests with Mocking to SpringBootTestmark.j.leonard1-12/+11
Remove the dependency on Mockito and instead use the Spring framework for testing with Mocks. This allows greater control over the properties that are used by the test classes. Change-Id: I3a72d41f3015f831f425f99cf44417bccdb2c823 Issue-ID: AAI-2057 Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
2019-02-13Add a topic protocol configuration settingmark.j.leonard1-1/+1
Use the latest version of the event-client for DMaaP. Read an (optional) protocol value from each topic configuration properties file, and pass this to the Consumer and/or Publisher. Use the default protocol if the configuration is not supplied. Change-Id: I3d6264e1f32c1fbba097eafbe7fe7fbd744f1373 Issue-ID: AAI-2150 Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
2019-02-12Add the Maven license pluginmark.j.leonard1-1/+23
Update some Java files with incorrect import ordering. Apply an updated License text (referencing the year 2019). Change-Id: Iaf0a7f8a4f2fd4dfb52eda87366e1f8d50e6e06c Issue-ID: AAI-2057 Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
2019-01-16Update to aai-schema-ingest version 1.4.1mark.j.leonard1-372/+375
Using SNAPSHOT version (as 1.4.1 is not released) Change-Id: I3b5959cb2d43840556a628db8fe17701d36aa6f9 Issue-ID: AAI-2077 Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
2019-01-14Upgrade REST client to version 1.4.0mark.j.leonard1-7/+3
Upgrade the dependency from version 1.2.1 Change-Id: I3333dbea4d3d8fd810c0235339110747417476d5 Issue-ID: AAI-2075 Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
2018-12-21[LOG-404] revert spring-starter-tomcat exclusionPierre Rioux1-4/+0
Change-Id: Ic1a88101d279ff2a39f595b548253196606c9546 Signed-off-by: Pierre Rioux <pierre.rioux@amdocs.com> Issue-ID: LOG-404
2018-12-21Merge "Exclude tomcat from springboot starter"Steven Blimkie1-0/+4
2018-12-20Exclude tomcat from springboot starterjimmy1-0/+4
Change-Id: I6f34556c8c9b45e03bb5661b01da4ab33ed313d2 Issue-ID: AAI-2031 Signed-off-by: jimmy <jf2512@att.com>
2018-12-17Update to spring-boot 1.5.18jimmy1-1/+1
Change-Id: I3a62f2f02a8a077b5cd1a4cd67ab56d828498bee Issue-ID: AAI-2015 Signed-off-by: jimmy <jf2512@att.com>
2018-11-09Merge "uprev springboot to 1.5.17"James Forsyth1-1/+1
2018-11-09uprev springboot to 1.5.17jmac1-1/+1
Change-Id: Ieee9e5805e74e37f05caefc2bb41c08081d9718d Signed-off-by: jmac <james.macnider@amdocs.com> Issue-ID: AAI-1901
2018-11-06Upversion to 1.4.0Lee, Tian (tl5884)1-2/+2
Change-Id: I7e5a9af2e0bc65f9337c3f2018facc0a6085e99d Issue-ID: AAI-1855 Signed-off-by: Lee, Tian (tl5884) <TianL@amdocs.com>
2018-10-31upversion to 1.3.1sblimkie1-1/+1
Change-Id: I7990df11ed3682a2d37c9e18be5dcdf82d67729c Issue-ID: AAI-1788 Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
2018-10-10Fix critical CLM issue1.3.0Prudence Au1-5/+0
Change-Id: Id803e4e7bb1b34ab789a3e06f725d69c86aed12f Signed-off-by: Prudence Au <prudence.au@amdocs.com> Issue-ID: AAI-1717
2018-10-10Fix CLM security issuesPrudence Au1-33/+3
Change-Id: Iccef61ae8921422ac840cfa0dd927a94010f7571 Signed-off-by: Prudence Au <prudence.au@amdocs.com> Issue-ID: AAI-1728 Issue-ID: AAI-1727 Issue-ID: AAI-1729 Issue-ID: AAI-1731
2018-10-09Fix critical CLM issuePrudence Au1-428/+433
Change-Id: I86b5b3fecd7d7be12695f517bd061f88b2b3d48b Signed-off-by: Prudence Au <prudence.au@amdocs.com> Issue-ID: AAI-1717
2018-09-06Clean Sonar Project nameGildas Lanilis1-0/+1
Name as it appears in Sonar has to be consistent with repo name. Change-Id: I296cba04888e166b86322a3a08a2677773d5c22c Issue-ID: CIMAN-202 Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
2018-08-27Use managed guava versionGary Wu1-5/+4
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: I0c9e8dd764c3a5510134d4f0d1aca3834dea102c Issue-ID: INT-619 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-08-24[LOG-427] adding docker location to pomPierre Rioux1-0/+1
Change-Id: Ie75cbbdfa26f3f09265918d75733efc8cbd251dc Issue-ID: LOG-427 Signed-off-by: Pierre Rioux <pierre.rioux@amdocs.com>
2018-08-24Add docker-maven-plugin for building docker imagePrudence Au1-1/+25
Change-Id: I09c4db0b9fbc2a6976b7521b2e5d45ca28a03d11 Issue-ID: LOG-427 Signed-off-by: Prudence Au <prudence.au@amdocs.com>
2018-08-23Fix the issue for pushing artifact to NexusPrudence Au1-2/+2
Change-Id: Ifdda4b022d59002a4068e3056af87e9145b9b63e Issue-ID: LOG-427 Signed-off-by: Prudence Au <prudence.au@amdocs.com>
2018-08-21Initial submission for validation servicePrudence Au1-0/+428
Change-Id: I9372430f1ae347373d5a9a0c7a427d7bd393d61e Issue-ID: LOG-427 Signed-off-by: Prudence Au (prudence.au@amdocs.com) Signed-off-by: Geora Barsky <georab@amdocs.com> Signed-off-by: Pierre Rioux <pierre.rioux@amdocs.com>