summaryrefslogtreecommitdiffstats
path: root/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2019-01-30Load type mappings from a group configuration filemark.j.leonard1-2/+1
Change the filter-types.properties file: re-implement to use JSON content. Remove the System Property that defines the location of the file and add this to the Spring application properties. Initialise the type-to-model mappings using the key=value pairs from this JSON content. Refactor existing Junit tests to remove duplicated resource loading code. Change-Id: Idb2e962fe5cae39b70cc8cf16053d0a253f4fac0 Issue-ID: AAI-2121 Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
2018-12-20Exclude tomcat from jersey starterjimmy1-0/+6
Issue-ID: AAI-2032 Change-Id: I224d1b03f7187f7caac8220154fce3ee1eaffa1a Signed-off-by: jimmy <jf2512@att.com>
2018-12-17Update to springboot 1.5.18jimmy1-1/+1
Change-Id: I69d083b8e1cf574b15dc20b26f2925004e22620a Issue-ID: AAI-2012 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2018-11-30Upgrade to sdc-tosca version 1.4.7mark.j.leonard1-1/+1
Change-Id: I186683ff734747e64a561391ec4314bc716a0cd3 Issue-ID: AAI-1983 Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
2018-11-09Upversion to Spring Boot 1.15.17Lee, Tian (tl5884)1-1/+1
To fix NexusIQ vunerabilities Change-Id: I2ce3dd403292297e1a86c6a8df853d72ad42ec7d Issue-ID: AAI-1897 Signed-off-by: Lee, Tian (tl5884) <TianL@amdocs.com>
2018-11-07Upgrade Babel to sdc-tosca 1.4.6mark.j.leonard1-1/+1
Change-Id: I53863aabd02050606605f2e905186b01232a77c9 Issue-ID: AAI-1771 Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
2018-11-06Upversion to 1.4.0Lee, Tian (tl5884)1-2/+2
Change-Id: I14455a57732ad27f3934628587f8b26c7ababa4c Issue-ID: AAI-1848 Signed-off-by: Lee, Tian (tl5884) <TianL@amdocs.com>
2018-11-01upversion to 1.3.2sblimkie1-1/+1
Change-Id: Id1036eed42908e80bcf145d5864b5bd530eb84ad Issue-ID: AAI-1814 Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
2018-10-10Upversion to 1.3.1Lee, Tian (tl5884)1-1/+1
Change-Id: I90ed0b13bb83ab9b03d873ba03fe5521eae823d4 Issue-ID: AAI-1734 Signed-off-by: Lee, Tian (tl5884) <TianL@amdocs.com>
2018-10-09Downgrade to sdc-tosca 1.4.41.3.0mark.j.leonard1-1/+1
Release 1.4.5 has a dependency on a SNAPSHOT jar and therefore must not be used. Change-Id: Ibc7a3d8f7f60eb06c01daaacb451fbc9748c4048 Issue-ID: AAI-1445 Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
2018-10-09Update to sdc-tosca 1.4.5mark.j.leonard1-1/+1
Update to use a newer release of the SDC TOSCA parser. Change-Id: I8bd3288e000c27c2fbcb5b4b24c3a31cf12bfab8 Issue-ID: AAI-1445 Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
2018-09-27Remove SNAPSHOT from aai-common dependencyLee, Tian (tl5884)1-1/+1
Change-Id: I1d7daf205735ebb810fdb3e2cda92c982c464f49 Issue-ID: AAI-1686 Signed-off-by: Lee, Tian (tl5884) <TianL@amdocs.com>
2018-09-12Fix spring-boot plugin missing system parameterLee, Tian (tl5884)1-0/+1
Fix issue where if Babel was started using the Spring Boot maven plugin, it would not function correctly as a required system parameter is not set. Change-Id: I7778786fc03880aba5815d2d04cd7f91f3b641b2 Issue-ID: AAI-1579 Signed-off-by: Lee, Tian (tl5884) <TianL@amdocs.com>
2018-09-12Fix NexusIQ security vulnerabilitiesLee, Tian (tl5884)1-11/+2
- Update oparent version to 1.2.0 - Remove explicit Guava dependency (not used) - Update commons-compress version to latest (1.18) Change-Id: Ic76e7ee7634fa8f410583a9019c59b86f1f180b4 Issue-ID: AAI-1291 Signed-off-by: Lee, Tian (tl5884) <TianL@amdocs.com>
2018-09-12[Babel] Use Spring Boot 1.5.15mark.j.leonard1-1/+1
Upgrade from 1.5.14 to avoid known vulnerabilities. Change-Id: I83e1b4a62da8312e1785bd6954f9b2644f65bdaa Issue-ID: AAI-1508 Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
2018-08-14Fix Babel build issueLee, Tian (tl5884)1-4/+30
Caused by a change in the structure of the aai-schema jar that Babel depends on. Change-Id: I68575ba0c727826de9a930a5e85c4f077d1127d1 Issue-ID: AAI-1449 Signed-off-by: Lee, Tian (tl5884) <TianL@amdocs.com>
2018-08-13Fixing the docker jenkins jobArul.Nambi1-7/+0
Issue-ID: AAI-1449 Change-Id: I5cda30518c34d52e49bb61055e29aaf839e090c6 Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
2018-08-06Use sdc-tosca version 1.4.1mark.j.leonard1-1/+1
Update the sdc-tosca dependency to version 1.4.1 Change-Id: Idad51e28a8ebb9f345f705329cbf05e62510e38f Issue-ID: AAI-1445 Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
2018-08-06Remove Byte Order Mark from License textmark.j.leonard1-1/+1
Change-Id: I331d3832828aa825c710d7fb058786dd1448c0c3 Issue-ID: AAI-1443 Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
2018-07-05Resolve Nexus-IQ security vulnerabilitiesLee, Tian (tl5884)1-1/+8
Threat level 4+ Change-Id: Iedd7b44f7d8d07d81825b2c7cc076e82aba81b91 Issue-ID: AAI-1291 Signed-off-by: Lee, Tian (tl5884) <TianL@amdocs.com>
2018-07-02Revert "Drop registry prefix from pom.xml"mark.j.leonard1-1/+1
This reverts commit 1227efa25a23815c7c943c5d50da561bf369cd5d. Issue-ID: AAI-1352 Change-Id: I8ae4f512f832567c93da8599baf23a70d9d44d48 Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
2018-05-29Re-add arm64 support changesLee, Tian (tl5884)1-1/+8
Re-adding some of the changes made to support arm64 that were lost in a previous commit. Commits that were lost: b50d09cce12ac78b3f518a5e52ffa45cde259e70 04e6b061e130c40e92e3e45c8fd1355f3c99ac29 1227efa25a23815c7c943c5d50da561bf369cd5d Change-Id: Iff90e4d0fde55a283c47b687254ea4b9da2814c3 Issue-ID: CIMAN-154 Signed-off-by: Lee, Tian (tl5884) <TianL@amdocs.com>
2018-05-23Upversion for CasablancaJimmy Forsyth1-2/+2
Issue-ID: AAI-1169 Change-Id: Iddc4a76f40b9ab60f698a0f1b5cb9ec13581c10e Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2018-05-01Remove license violationsLee, Tian (tl5884)1-6/+0
Remove un-needed javaee-api dependency. Change-Id: I86967388afa404267a1ef7f7eb9110d134050946 Issue-ID: AAI-1108 Signed-off-by: Lee, Tian (tl5884) <TianL@amdocs.com>
2018-05-01Upversion logback classic and core dependenciesLee, Tian (tl5884)1-0/+12
To remove Nexus-IQ security vulnerability Change-Id: Ia9ff4aaf36f525c427e30664f143803c9d08a6da Issue-ID: AAI-1107 Signed-off-by: Lee, Tian (tl5884) <TianL@amdocs.com>
2018-04-30Convert Babel from AJSC2 to Spring Boot 1.5.12Lee, Tian (tl5884)1-393/+120
Change-Id: I2ea10250c3881827b6b274afadf1a8c89683f568 Issue-ID: AAI-1045 Signed-off-by: Lee, Tian (tl5884) <TianL@amdocs.com>
2018-04-18Update groupid to match ONAP conventionLee, Tian (tl5884)1-1/+1
groupid must contain the repository name Change-Id: I33c40339fc24320968ada7355239c3100f6503d7 Issue-ID: AAI-1077 Signed-off-by: Lee, Tian (tl5884) <TianL@amdocs.com>
2018-04-17Re-add maven license pluginLee, Tian (tl5884)1-18/+47
The plugin is now configured to enforce the presence of license headers without overwriting any existing headers. Change-Id: I11c2fc6fed0d893153f1bb8c02d5b9a70e56cdae Issue-ID: AAI-920 Signed-off-by: Lee, Tian (tl5884) <tl5884@att.com>
2018-04-16Drop registry prefix from pom.xmlMohammed Naser1-1/+1
The registry prefix is not needed as when things get published the maven plugin automatically prefixes them when you supply it as part of the maven arguments. Change-Id: I18aa3f62446b3a16924e2d3733e294bb98dd33b4 Issue-ID: CIMAN-154 Signed-off-by: Mohammed Naser <mnaser@vexxhost.com>
2018-04-16Pin jnr-unixsocket for Docker plugin to 0.13Mohammed Naser1-0/+7
The current verison of jnr-unixsocket is 0.12 from the Docker plugin however in order to be able the images for ARM64, it needs the newer version which has support for it. There is work upstream to switch the version to 0.18[0] however it seems that this is still pending, so we can pin it for now until that merges. [0]: https://github.com/spotify/docker-maven-plugin/pull/379 Change-Id: I81a8ed45a0c39eaa6ddab85c37a269b30c53acff Issue-ID: CIMAN-154 Signed-off-by: Mohammed Naser <mnaser@vexxhost.com>
2018-04-09Add explicit Maven dependency on DME2mark.j.leonard1-0/+4
Include com.att.aft.dme2 as a dependency rather than rely on this being provided (as specified in the AJSC BOM) so as to solve a runtime error with the Class Loader. Change-Id: I268551455922a8e3bd259afe2fc4561a5c020fa1 Issue-ID: AAI-1007 Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
2018-03-28Incorporate the ECOMP SDC Artefact Generator codeLeonard, Mark (ml401d)1-83/+170
Remove the Maven dependency on openecomp-sdc-artifact-generator-core, because this is not maintained in the ONAP source code repositories. The functionality provided by the SDC Artifact Generator is replaced with equivalent code that depends on the SDC-TOSCA parsing library, without introducing any backwards-compatibility breaks. The intention is to make this Maven project more maintainable by depending only the common ONAP libraries. Change-Id: I01d78575d3b7c70a11e4c7989a021de3c0913a06 Issue-ID: AAI-943 Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
2018-03-15Fix docker image nameRaviGeda1-1/+1
Change docker image name to onap Change-Id: I0c747e915c5ed84fe0b3d9748429f2363e5074ed Issue-ID: AAI-878 Signed-off-by: RaviGeda <gravik@amdocs.com>
2018-02-03Clean up Sonar nameGildas Lanilis1-0/+1
Issue-ID: CIMAN-65 Change-Id: I44f1915de8d119ec9fca98f44bef62aad30a00cf Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
2018-01-08Fix sonar plugin version to 3.2Venkata Harish K Kajur1-1/+5
Issue-ID: AAI-546 Change-Id: I523fafbdd7f8f6b40683f0499553dc7d86cf340a Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-12-14Remove snapshot reference to sdc clientWong, Ben1-1/+1
Amend pom.xml to reference the release version of sdc.distribution.client Issue-ID: AAI-46 Change-Id: I5e2b68916ea6e3ecf06256ef6cba81105eaf4ce8 Signed-off-by: Wong, Ben <bwong@amdocs.com>
2017-10-09Adding docker plugin to pomEdwin Lawrance1-0/+16
Change-Id: I928ce2cec1cc8f358e62717190431b4368b75de4 Issue-Id: AAI-46 Signed-off-by: Edwin Lawrance <Edwin.Lawrance@amdocs.com>
2017-10-06Adding distribution management to pomEdwin Lawrance1-1/+18
Change-Id: I00c798498a0c8fd6009a423f80e9977d28d8250a Issue-Id: AAI-46 Signed-off-by: Edwin Lawrance <Edwin.Lawrance@amdocs.com>
2017-10-05Adding repositories to pomEdwin Lawrance1-1/+9
Adding staging repository and updating babel groupId Change-Id: I1929738d0f130fdce4edea2ff9c58f626c2a47cb Issue-Id: AAI-46 Signed-off-by: Edwin Lawrance <Edwin.Lawrance@amdocs.com>
2017-10-05Updating pom version and adding missing pluginsEdwin Lawrance1-1/+14
Change-Id: I2059d29ff33cd22ed034ac68e2f57364ff3320b0 Issue-Id: AAI-46 Signed-off-by: Edwin Lawrance <Edwin.Lawrance@amdocs.com>
2017-10-05Initial code submit for BabelEdwin Lawrance1-0/+453
Change-Id: I3738ebe15eadbbd6d16e24e374c6e40c535b425d Issue-ID: AAI-46 Signed-off-by: Edwin Lawrance <Edwin.Lawrance@amdocs.com>