summaryrefslogtreecommitdiffstats
path: root/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2019-05-03Upversion for Dublin release4.0.0-ONAPdublinJimmy Forsyth1-1/+1
Issue-ID: AAI-2403 Change-Id: Iae02824bf6d904d08e9909534fa473464708f66c 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: Ic5cacde0863619d6cc1d4e93de9fddf7e72f50b6 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2019-03-19Upversion Spring-Boot to 1.5.19.RELEASELee, Tian (tl5884)1-1/+1
Change-Id: I39c4aa7de0f24bb56caeb32bb5c997fcee951ba5 Issue-ID: AAI-2257 Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
2018-12-21Exclude tomcat from web starterjimmy1-0/+10
Issue-ID: AAI-2035 Change-Id: I19e326fefcfb60fff707dfb807fa91938efa3710 Signed-off-by: jimmy <jf2512@att.com>
2018-12-17Update to springboot 1.5.18jimmy1-1/+1
Issue-ID: AAI-2011 Change-Id: Ied244abbd7cd1dadd8af9a95fbfc9389d9c644ea Signed-off-by: jimmy <jf2512@att.com>
2018-11-09Upversion Spring Boot to 1.15.17Lee, Tian (tl5884)1-1/+1
To fix NexusIQ vulnerabilities Change-Id: If9e117cfea96e6520fba44d55bee05c7b5764661 Issue-ID: AAI-1891 Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
2018-11-06Upversion to 1.4.0Lee, Tian (tl5884)1-99/+100
Change-Id: I08c91e439a3fab27b52830ada216d57eed356dd9 Issue-ID: AAI-1852 Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
2018-10-10Upversion to 1.3.1Lee, Tian (tl5884)1-1/+1
Change-Id: I5e9615f6a3a5adf41fe63fdc024616500980880c Issue-ID: AAI-1733 Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
2018-09-19Upversion commons-compress for NexusIQ1.3.0Lee, Tian (tl5884)1-1/+1
Change-Id: I3e591713c4cffabce2f0e31d5eb6793ed639d028 Issue-ID: AAI-1641 Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
2018-09-12[Model Loader] Use Spring Boot 1.5.15mark.j.leonard1-1/+1
Upgrade from 1.5.14 to avoid known vulnerabilities. Change-Id: I0921d66b5e7f1ab973a8361ac04afd4679434a6c Issue-ID: AAI-1506 Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
2018-09-06Clean Sonar Project NameGildas Lanilis1-0/+1
add <name>aai-model-loader</name> Change-Id: I67a4afb13397e697026cbff05f5a5173ad2af184 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: I0883658bd90c6a794a686cc06a6fa2c0d400f0e4 Issue-ID: INT-619 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-08-13Fixing the docker jenkins jobArul.Nambi1-7/+0
Issue-ID: AAI-1449 Change-Id: I8eaa5ebe703b38fe8a2f30a6d3ff5ff527595810 Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
2018-07-06Fix NexusIq security issue in CasablancaGilding, Joyce (jg640n)1-1/+1
Update Apache commons-compress to version 1.17 Change-Id: I1a8eac171b9c107c780e0aa5147ee58ca93c028f Issue-ID: AAI-1290 Signed-off-by: Gilding, Joyce (jg640n) <Joyce.Gilding@amdocs.com>
2018-07-03Fix NexusIQ Security vulnerability in CasablancaGilding, Joyce (jg640n)1-5/+1
Upgrade spring-boot-dependencies Change-Id: I9744fc676b59e021000a44593cc11f885f910b0f Issue-ID: AAI-1290 Signed-off-by: Gilding, Joyce (jg640n) <Joyce.Gilding@amdocs.com>
2018-06-07Add support for loading VNF Catalog XML filesmark.j.leonard1-1/+7
Issue-ID: AAI-1214 Change-Id: I5d0eb3456916e6f3e5ba3a9b4e828feaff0cde4e Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
2018-06-06Refactor for Sonar smells and code coveragemark.j.leonard1-23/+25
Various code formatting and style fixes (to address Sonar code smells). Introduce a BabelServiceClientException to replace the use of the base Exception class. Make both the BabelServiceClient class and its Factory class use an interface, to allow for Spring injection (using annotations) and for simplified mocking. Refactor the Notification Publishing by making this the responsibility of the main Service classes and not the deployment manager. Issue-ID: AAI-1207 Change-Id: I6bf8a504fa7b98e9158c9976fd1d88c6c54027c1 Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
2018-05-23Pin 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: Id863e5fccd4e89f7113b58f8c6b5be760a8797b7 Issue-ID: CIMAN-154 Signed-off-by: Mohammed Naser <mnaser@vexxhost.com>
2018-05-23Upversion for CasablancaJimmy Forsyth1-1/+1
Issue-ID: AAI-1169 Change-Id: Ideb567fb672738e0951110e77e6fc53a9a1e4613 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2018-05-22Bump to version 1.2.1 in the master branchv1.2.12.0.0-ONAPbeijing2.0.0-ONAPJimmy Forsyth1-1/+1
Issue-ID: AAI-1155 Change-Id: I66c58cd069561583ce237c0293091e75304a0610 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2018-05-01Upgrade logback version to 1.2.3mark.j.leonard1-0/+7
Issue-ID: AAI-1107 Change-Id: I24260227dc9a695e8cf91f3fdf033353a4462bca Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
2018-05-01Change Babel dependency by removing SNAPSHOTmark.j.leonard1-1/+1
Issue-ID: AAI-1053 Change-Id: Iaaee8ff11de401f3c0dfbd0524963ee26b409856 Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
2018-04-26Convert project from AJSC to Spring Bootmark.j.leonard1-395/+139
Remove all AJSC configuration and dependencies. Update the pom.xml to use oparent and to depend on Spring Boot. Refactor the main class to introduce a minimal set of Spring annotations. Note that the license text was corrected in this change. Issue-ID: AAI-1039 Change-Id: I16385db3216ec39bfd2881f2278e340ec3795199 Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
2018-04-18Remove dependency on org.powermock (PowerMockito)mark.j.leonard1-50/+0
Replace use of PowerMockito packages with the standard Mockito. Create a BabelServiceClient Factory class to simplify mocking. Remove duplicated "no mock" test classes that were not in fact free of mocking. Add a dummy sample CSAR file for testing of artifact downloads. Change-Id: Ib86f560e514e1efab0e2f732e494a032d555c7c3 Issue-ID: AAI-1049 Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
2018-04-05Problems with Jenkins Build JobsBlackwell, Ian (ib733q)1-1/+1
Change to refer to nexus host as nexus.onap.org rather than nexus.openecomp.org as suspicion that using openecomp is the cause of the build failure Issue-ID: AAI-996 Change-Id: I398e611ec146ed5d21ba235a83302ddd0c049216 Signed-off-by: Blackwell, Ian (ib733q) <IanB@amdocs.com>
2018-04-04Fix for build issuesBlackwell, Ian (ib733q)1-3/+26
Some missing repository configuration causes a build issue. Issue-ID: AAI-996 Change-Id: Iabbc5de6cf7fbd4bae9fae9de7bf1b651da76bcc Signed-off-by: Blackwell, Ian (ib733q) <IanB@amdocs.com>
2018-04-03Revisions made to the Model Loader to use BabelBlackwell, Ian (ib733q)1-95/+175
Change the Model Loader to use the Babel micro service. Responsibility for transformation of ASDC TOSCA models, the yaml files, has been moved from ASDC and placed into the Bable microservice. Model Loader will forward any CSAR received from ASDC and delegate transformation to Babel. Babel will return the transformed TOSCA models to Model Loader which will then ingest them into the A&AI Inventory. Issue-ID: AAI-987 Change-Id: I99594770b51b00cb7dcc0f30706060ae27cd94c5 Signed-off-by: Blackwell, Ian (ib733q) <IanB@amdocs.com>
2018-03-26Update license date and textSanchez, Gabriel (gs882h)1-2/+2
Update license data and disable license plugin Issue-ID: AAI-867 Change-Id: Ida91a4fc99b9d8ca65b15d6a7be1eaf097d0ae4f Signed-off-by: gabriel.sanchez <gabriel.sanchez@amdocs.com>
2018-02-27Fix GPL-2.0 license issuesLee, Tian (tl5884)1-25/+0
Remove maven-dependency-plugin which is copying powermock-module-javaagent into the target folder Change-Id: Ifd59f3d0af47e33783ac12d9d89cf40a1614d95a Issue-ID: AAI-809 Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
2018-02-26Fix GPL-2.0 license issuesLee, Tian (tl5884)1-6/+6
Remove powermock-module-javaagent from dependency tree due to GPL-2.0 license Change-Id: I505a4463637385aa0e3f509b34e4ae3df2545386 Issue-ID: AAI-809 Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
2017-11-29Bump minor versionJessica Wagantall1-1/+1
Bump minor version in preparation for Amsterdam branching. Change-Id: I5212e3b891e8d314e470220778e77a973c13b6e2 Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-11-29Update dependency versions to latest releaseLee, Tian (tl5884)1-121/+116
sdc-distribution-client version updated to 1.1.32, common-logging version updated to 1.1.0 Change-Id: I04657cc7a6c65a01f822e05e0a462718f628ddb4 Issue-ID: AAI-511 Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
2017-11-28Update dependency versions to latestLee, Tian (tl5884)1-2/+2
sdc-distribution-client version updated to 1.1.50-SNAPSHOT, common-logging version updated to 1.2.0-SNAPSHOT. Change-Id: I989a308637adefe68e26681a264374df720830e5 Issue-ID: AAI-511 Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
2017-11-10Revert change to ajsc versionv1.1.01.0.0-ONAP1.0.0-AmsterdamBlimkie, Steven (sb787e)1-2/+2
Upgrade to new ajsc version did not fix the build issue. Reverting to the version that is tested. IssueID: AAI-458 Change-Id: I2fddb8198296b88e402f408288cf0830b6cfe1c5 Signed-off-by: Blimkie, Steven (sb787e) <steven.blimkie@amdocs.com>
2017-11-10Update ajsc-archetype-parent parent pom versionLee, Tian (tl5884)1-2/+2
Update parent pom version from 2.0.0 to 2.1.0 to be in line with aai-resources and aai-traversal Change-Id: Ie1da717a5a8a6048f5f15c3f6b231f867000482a Issue-Id: AAI-458 Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
2017-09-21Renaming openecomp to onapArul.Nambi1-3/+3
Issue-ID: AAI-208 Change-Id: I9029b292b051678bbddc2b80efd447ebc1c5b63a Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
2017-09-13Renaming openecomp to onapArul.Nambi1-1/+1
Issue-ID: AAI-208 Change-Id: I559ba27fba96364c506730e8cbac05a9e6591694 Signed-off-by: Arul.Nambi <arul.nambi@amdocs.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: I4eca5b435c2a68c10ab1d9abd3bade58941b1cb8 Issue-id: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-09-07Add name to the top level pom for model-loaderVenkata Harish K Kajur1-0/+1
Issue-ID: AAI-271 Change-Id: I0f4fe0e3e23f58183f8654bdb9053821c2abe4e5 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-08-18Revert httpclient jar version change.Lee, Tian (tl5884)1-0/+5
- Add explicit dependency to version 4.5 instead Change-Id: Ic4491a8e0d5fe4baaf902c02c5df21b6130e23dc Issue-ID: AAI-192 Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
2017-08-15[AAI-170 R1710] Upversion sdc-distribution-clientLee, Tian (tl5884)1-2/+2
- from 1.0.0 to 1.1.32-SNAPSHOT Change-Id: Iac775e7ae3378dcaeca717cdafde9a8472c24172 Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
2017-06-12pom.xml: Updating maven-dependency-plugin versionJessica Wagantall1-1/+1
CLM creashes after executing the tree goal. After looking online, looks like vesion 2.8 of maven-dependency-plugin can be compatible with the migration to Eclipse Aether (MNG-5354). Change-Id: Iff2a94a4944adf2a01e0c9a70eeccdac02ea70ec Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-05-16[AAI-3] Remove dependency on SDCBlimkie, Steven (sb787e)1-5/+2
Change-Id: Iacdf8fb0dabdfe396f508dec3755ef1a2ea0210e Signed-off-by: Blimkie, Steven (sb787e) <steven.blimkie@amdocs.com>
2017-05-03Implement support for v10 model entities.Fraboni, Gino (gf403a)1-46/+173
Change-Id: Id2b42b70d7fe0ada6695ac9632b314f21ace193f Signed-off-by: Fraboni, Gino (gf403a) <gino.fraboni@amdocs.com>
2017-03-29Update nexus url from openecomp to onapVenkata Harish K Kajur1-4/+4
Change-Id: I71d28e98d04bb3fe20e780c0adeb815ff767770d Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-03-09Update version to 1.1.0-SNAPSHOTVenkata Harish K Kajur1-1/+1
Change-Id: I6c1425889e81643eeeffdeae51cc31816930400e Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-03-08Update pom for staging pluginVenkata Harish K Kajur1-0/+25
Change-Id: Idbe910093964313659db075ccf67ead3ca83d931 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-03-07Update pom to 1.0.0Venkata Harish K Kajur1-4/+10
Also change the dependency version of sdc, logging service Add the staging snapshot to look for sdc dependency Remove the unnecessary docker tag Change-Id: If3caa743ab931d3726c7d6ced82070bc4c5bc467 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-03-06Fix wrong sdc-distribution-client versionAlexis de Talhouët1-1/+1
The pom file specifies a version that isn't the one currently build. The current version is 1.0.0-SNAPSHOT, see https://gerrit.openecomp.org/r/gitweb?p=sdc/sdc-distribution-client.git;a=blob;f=pom.xml;h=be86365835d8f149a742ade80f6063e90052bfff;hb=refs/heads/master#l6 Change-Id: Ice85aabf5f0cfea913b83f5b12e8657858b27c69 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2017-02-28Update pom for sonarVenkata Harish K Kajur1-2/+32
Change-Id: I3cc4b5f394dade885ce7b606279ac90e5d55310a Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>