summaryrefslogtreecommitdiffstats
path: root/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2018-10-19Update version to 1.4.0-SNAPSHOT for DublinRob Daugherty1-1/+1
Henceforth, the master branch will be for Dublin work. Change-Id: I61f48eb66b1a07a7ee9df2bcc4442ca229104677 Issue-ID: SO-1151 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-09-21Resolve jackson-databind security vulnerabilitiescasablancaDublin_devGary Wu1-25/+1
Change-Id: Idaa55084f5ecb0dd3536c232cebc14fb50000010 Issue-ID: SO-1047 Signed-off-by: Siva.ye <yezhihua@huawei.com> Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-09-20Standardize 3rd party library versionsGary Wu1-8/+1
Use applicable 3rd party library versions from oparent. Includes upgrade to oparent 1.2.1. Change-Id: I5710f32ab1edf0b8ebcaec019d5442c9dfc40b83 Issue-ID: INT-656 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-09-11Use fasterxml jackson implementation in so/libsRob Daugherty1-3/+35
NexusIQ issue: org.codehaus.jackson This commit changes so/libs from the old codehaus jackson implementation to the fasterxml implementation. 2.8.10 is the latest version compatible with the 1.5.13.RELEASE springboot version used in SO. Change-Id: I3b1167dd0efeb3463efb7e01fac26d0f312d7aad Issue-ID: SO-864 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-09-10Functional so/libs unit testsRob Daugherty1-2/+28
Unit tests to prepare for migration from the codehaus to the fasterxml implementation of jackson. Iincreases the code coverage metric from 51% to 70%. Change-Id: I6338214f3de9df95956b46d4e313d00052eb8692 Issue-ID: SO-1011 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-08-27Use managed guava versionGary Wu1-4/+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: Ibc5d00b4999bab9ad527986cfdb3af8fa075b523 Issue-ID: INT-619 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-03-27Update so/libs to version 1.2.1Rob Daugherty1-1/+1
This version's parent will be oparent:1.1.0 instead of oparent:1.1.0-SNAPSHOT (which has been banned). Change-Id: I562f02b096687e18689615a4b234b911bbeca1fb Issue-ID: SO-536 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-03-20NexusIQ security violation - httpclientRob Daugherty1-0/+12
Violation in: org.apache-httpcomponents : httpclient : 4.4.1, 4.3.1, 4.3.3, 4.5, 4.5.2 Fix: Upgrade httpclient to 4.5.5 and httpcore to 4.4.4 Change-Id: I438214d7ee866dd95ffb6bcbc47999b95f200bec Issue-ID: SO-507 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-03-15Upgrade to latest oparentGildas Lanilis1-1/+1
Update pom.xml file to latest version release of oparent, 1.1.0 Change-Id: I8933e3d5246be6d656fb223efbd2ea24f7ca036c Issue-ID: INT-443 Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
2018-02-22Port SO/lib artifacts to ONAP folder structureArthur Martella1-2/+2
Change-Id: Id1fa603699ec43f466916bd11cd28af775dfd61e Issue-ID: SO-372 Signed-off-by: Arthur Martella <amartell@research.att.com>
2018-02-19so/libs build fails if unit tests are disabledRob Daugherty1-34/+35
[ERROR] Failed to execute goal on project nova-client: Could not resolve dependencies for project org.openecomp.so.libs.openstack- java-sdk:nova-client:jar:1.2.0-SNAPSHOT: Could not find artifact org.openecomp.so.libs.openstack-java-sdk:openstack-client:jar: tests:1.2.0-SNAPSHOT I've also noticed that the junit and mock artifacts are not consistently declared with scope "test". Will fix these issues, and clean up indentation in the poms. Issue-ID: SO-432 Change-Id: I1e643c288b0cb61f2da6d98832b3aac640073b33 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-02-12Improve the UT of key flows of the SOAbhishek Shekhar1-2/+36
Change-Id: Idea793677815edcf53b9433f2fd1da26e7d52512 Issue-ID: SO-369 Signed-off-by: Abhishek Shekhar <abhishek.shekhar1@amdocs.com>
2017-11-20Bump minor versionv1.2.0Jessica Wagantall1-2/+2
Bump minor version in preparation for Amsterdam branching. Change-Id: I085f4e8f05d2956b0cf06342a34deeefac156e31 Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-10-08Change surefire plugin version to 2.19.1Rob Daugherty1-2/+2
Issue: SO-193 Change-Id: Ia7c8cadbc257a97f7db8d56904f553c83f8059ca Signed-off-by: Rob Daugherty <rd472p@att.com>
2017-10-04Access denied when pushing maven siteAnaël Closson1-1/+1
Change-Id: Ib5148ceb18afeefb9021e686dc08f9b6ef8fa8fe Issue-ID: SO-184 Signed-off-by: Anaël Closson <ac2550@intl.att.com>
2017-09-27Update POM to inherit from oparentRob Daugherty1-0/+8
Issue: SO-71 Change-Id: Iae3e60c13b890fe4c4ea253c83725576a93cd325 Signed-off-by: Rob Daugherty <rd472p@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: Iadcba45dfda5ce374a60e643b90e624411d6cd12 Issue-id: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-07-20More pom changes needed since repos were renamedRob Daugherty1-1/+1
I hope this will fix the daily jenkins builds. Issue: SO-65 Change-Id: Id25158942e510bd3a3dfbc147f65e87bf3e155b5 Signed-off-by: Rob Daugherty <rd472p@att.com>
2017-07-19Fix artifact group IDs (org.openecomp.so)Rob Daugherty1-1/+1
Since the repositories were renamed from "mso" to "so" the artifact group IDs in the poms must be updated to match. Issue: SO-39 Change-Id: I53c6f5ffc903baf7176dddc8138c5eb602d65893 Signed-off-by: Rob Daugherty <rd472p@att.com>
2017-04-12Adding plugins for mvn siteAnaël Closson1-0/+32
Change-Id: Ia389383503948f5ac0657e18ee98b7cbb864fa71 Signed-off-by: Anaël Closson <ac2550@intl.att.com>
2017-04-11Add nexus path for siteAnaël Closson1-1/+2
Change-Id: Ib7277757ed7ddd6f6cbdb64bef87d0c4c1bd0eaf Signed-off-by: Anaël Closson <ac2550@intl.att.com>
2017-04-06[MSO-8]Remove RackspaceAuthenticationxuegao1-0/+4
This removes the RackspaceAuthentication from the Openstack Java SDK as it will be managed by the core adapter utils. Change-Id: I9b6118e9952acbc80c8a80a5b18611c69a0dec1c Signed-off-by: xuegao <xg353y@intl.att.com>
2017-03-29Point Nexus proxy to new URLAndrew Grimberg1-3/+7
The nexus.openecomp.org domain has been deprecated for nexus.onap.org Change-Id: I0ce8f1bcc176767bfac3b42de467daf88e73e09f Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2017-03-13Update version to 1.1.0ChrisC1-1/+1
Change-Id: I93c2955138d9bdfbb55f4e4a9be473595287a629 Signed-off-by: ChrisC <cc697w@intl.att.com>
2017-02-08Moving nexus url for staging to httpsJulienBe1-1/+1
Change-Id: I8cf38a2d980e1f5fb5ee95701aeb59d18873353b Signed-off-by: JulienBe <jb379x@att.com>
2017-02-07Update pom to use maven staging pluginAnaël Closson1-0/+14
Change-Id: Iba80583ccebae6c955293ea04168e5bbbb2fadc3 Signed-off-by: Anaël Closson <ac2550@intl.att.com>
2017-02-07Indentation and xml cleanupAnaël Closson1-23/+2
Change-Id: I8a27b58db2fa970ecf94ae162ade6557504bc0a0 Signed-off-by: Anaël Closson <ac2550@intl.att.com>
2017-02-01Edit of the distribution management IdJulienBe1-4/+4
Change-Id: Iae08da0397940edd619b0d8f175830721bd3a370 Signed-off-by: JulienBe <jb379x@att.com>
2017-02-01Fix distribution management to point to nexus.openecomp.org insteadAnaël C1-3/+3
Change-Id: Id9835f9c15568238df7c9b8da948bebe44239460 Signed-off-by: Anaël C <ac2550@intl.att.com>
2017-01-31Initial OpenECOMP MSO OpenStack SDK lib commitChrisC1-0/+150
Change-Id: Ieaacb2b2c0dcc469669880e73f0cda9fa59a6c5a Signed-off-by: ChrisC <cc697w@intl.att.com>