aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2018-10-19Update version to 1.4.0-SNAPSHOT for DublinRob Daugherty1-1/+2
Henceforth, the master branch will be for Dublin work. Change-Id: I269fd8f227e37afdab9c633f45488c643e5e765e Issue-ID: SO-1151 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-09-27Revert jetty version to security versionSiva.ye1-0/+1
Change-Id: Idaa55084f5ecb0dd3536c232cebc14fb50000013 Issue-ID: SO-1013 Signed-off-by: Siva.ye <yezhihua@huawei.com>
2018-09-21Merge "various bugfixes for casablanca"Rob Daugherty1-1/+1
2018-09-20various bugfixes for casablancaBenjamin, Max (mb388a)1-1/+1
fixed unit tests after addition of A&AI edge label added option for edgelabel between vnf inst group added belongs to in connecting a vnf to instance group - Adding test for getRainyDayHandlerStatusByFlowNameAndServiceTypeAndVnfTypeAndErrorCodeAn dWorkStep method in the catalogdb client correct default RainyDay table search input updated custom resolver to include float and added comment to explain timestamp configuration added a custom resolver and updated snake yaml version Replacing bowman client with restTemplate.exchange | Add Accept and Content-Type to headers Removing the unused imports as well Implementing some review comments for hte tests being ignored Replacing bowman client with restTemplate.exchange |Fixing Junits Replacing bowman client with restTemplate.exchange | Making Data inserts to go specifically in requestDB Replacing bowman client with restTemplate.exchange | Adding Junits Replacing bowman client with restTemplate.exchange | Adding Junits Replacing bowman client with restTemplate.exchange | Adding Junits Replacing bowman client with restTemplate.exchange - Updated tosca parser version to 1.4.3 and upgraded vnfc test case with new csar to pass with latest parser code. added test case for when workflow has not called all flows fixed issue with rollback and retry in workflowaction Reverted homing changes and changes assign vnf to use the homing produced GeneralBuildingBlock. fixed unit test to build the correct format hashmap reverted extraction back to LinkedHashMap marshal sdnc output to an object removed unused variables and imports extract response code/message from embedded map add junits to parse SDNC assign response removed missed org.openecomp.mso imports from bpmn Change-Id: Ib2b6591a744ecb5b08c522494cdf1ad7dae18a08 Issue-ID: SO-1069 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2018-09-20Standardize 3rd party library versionsGary Wu1-9/+1
Use applicable 3rd party library versions from oparent. Includes upgrade to oparent 1.2.1. Change-Id: I04941105fc659a1829018da26d59ba56ad08ad42 Issue-ID: INT-656 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-09-20Move h2 dependency configration to so top pomSiva.ye1-0/+6
Change-Id: Idaa55084f5ecb0dd3536c232cebc14fb50000008 Issue-ID: SO-1075 Signed-off-by: Siva.ye <yezhihua@huawei.com>
2018-09-19Update 3rd components to secure versionSiva.ye1-0/+47
Change-Id: Idaa55084f5ecb0dd3536c232cebc14fb50000007 Issue-ID: SO-1013 Signed-off-by: Siva.ye <yezhihua@huawei.com>
2018-09-18Upgrade to openstack libs version 1.3.0Rob Daugherty1-1/+1
Version 1.3.0 uses fasterxml.jackson. Note: several unit tests were wrong and had to be fixed. They were using a fasterxml ObjectMapper to deserialize openstack library class objects compiled with codehaus JsonProperty annotations. Consequently, the ObjectMapper could not "see" the annotations. The tests "worked" because the json was constructed wrongly to match. I have now fixed the json so that they have the true property names defined by the annotations. Change-Id: I088137ee5dd5af9cffd426610a50ae6408c5b190 Issue-ID: SO-1025 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-09-11NexusIQ issue: jackson-databindRob Daugherty1-3/+3
Upgrade to fasterxml.jackson 2.8.10. This is the latest version that seems to work with our code on springboot 1.5.13.RELEASE. Change-Id: I734f84c18e53218f111fb08c959a67ee0a2e6014 Issue-ID: SO-856 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-09-08Adding rest service for so monitoringwaqas.ikram1-0/+1
Change-Id: I9dac918998901d54b3cbc5477cc9c057c3019cb3 Issue-ID: SO-724 Signed-off-by: waqas.ikram <waqas.ikram@ericsson.com>
2018-09-05Client LoggingSmokowski, Steve (ss835w)1-2/+3
Update Client Logging to use interceptor Move CXF to own project due to dependency hell Issue-ID: SO-947 Change-Id: I2597ff6d32231b8625b04ef63ab5e8f589e2545c Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2018-08-29Remove staging repo from pomRob Daugherty1-15/+0
The use of the staging repo to fulfill build dependencies was eliminated over a year ago. Change-Id: Id8a62325659b2e682a21a02e3361eb517101f6b9 Issue-ID: SO-930 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-08-28Use managed guava versionGary Wu1-7/+7
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: I4da3f582e347da62f9d6fe8d6f20c147d493b8a0 Issue-ID: INT-619 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-08-28Converted ServiceInstances to catalog db clientBenjamin, Max (mb388a)1-0/+3
- Fixed issues related to created Date Format, enabled required Test - Fixed issues related to queryParam names, enabled required Test - Fixed issues related to queryParam names - Improving coverage for catalogDbClient by another 10% (its 78% now) - Improving coverage for catalogDbClient by another 10%. There is a failing test which will be explored shortly - Improving coverage for catalogDbClient, adding some tests and their basic asserts - merging with dev and resolving the compilation issue arising due to it - Removing some TODO introduced in code for incremental pushes - Fixing failing unit test cases with the build - Refactoring done for code change in catalogDBClient - merged changes with development branch - Modified unit tests for Catalogdb Client related code - Modified unit tests for Catalogdb Client related code - Fixed some of the repository code for retrieving single resource - Modified unit tests for Catalogdb Client related code - Modified unit tests for Catalogdb Client related code - Modified unit tests for Catalogdb Client related code - Removed @Param from repositories and added -Parameters argument in maven compile plugin ... Change-Id: Ieeb7bcc21a573465e485fedfbbe771c8b89db3f8 Issue-ID: SO-925 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2018-08-11made required pom changes for cxfBenjamin, Max (mb388a)1-2/+3
cxf 3.2.5 also requires us to move to javax.ws.rs-api 2.1 javax.ws.rs-api 2.1 is fully backwards compatible with 2.0 it will not be a problem with our other dependencies Issue-ID: SO-850 Change-Id: I2a6d9c5d6fb9025de8e5b4a00788275d7cc496a1 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2018-08-10Downgrade CXFSmokowski, Steve (ss835w)1-1/+1
The Upgrade of CXF broke the A&AI client, downgrading it for now to unblock integration testing. We will investigate in more detail around the upgrade of the version. Issue-ID: SO-823 Change-Id: I15d761737b8c62db6de74ce5e5ee9262016120e0 Change-Id: I15d761737b8c62db6de74ce5e5ee9262016120e0 Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2018-08-07Merge "Upgrade CXF"Seshu Kumar M1-2/+2
2018-08-07Upgrade CXFSmokowski, Steve (ss835w)1-2/+2
Upgrade to latest version of CXF for Security Report Issue-ID: SO-807 Change-Id: I7f61fa3fd5f8a41c0654dd03314f0b6f4835b100 Change-Id: I7f61fa3fd5f8a41c0654dd03314f0b6f4835b100 Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2018-08-07remove the arquilian from parent pom.xmlseshukm1-1/+1
Issue-ID: SO-729 Change-Id: I82a95a2de0dae2e5c6c868c2a72bdd52928dc9c0 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-07-31Containerization feature of SOBenjamin, Max (mb388a)1-600/+798
Change-Id: I95381232eeefcd247a66a5cec370a8ce1c288e18 Issue-ID: SO-670 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2018-07-16ARIA being removed from the SO reposeshukm1-1/+1
Issue-ID: SO-101 Change-Id: Idcc864cf3661e5d3c60e42f22c1888649c5437c6 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-05-04Add enforcer.skip to pom.xmlArthur Martella1-0/+1
To prevent appc snapshot problem Also change appc version to SNAPSHOT Change-Id: Ifce05b7f44ccc70a2d654526d67da873dd325dcd Issue-ID: SO-605 Signed-off-by: Arthur Martella <am153x@att.com>
2018-04-26Fix library CVEs in SOchenying831-0/+18
Fix additional CVEs: commons-fileupload 1.3.3 For CVE-2016-1000031 logback 1.1.11 For CVE-2017-5929 springframework 4.3.14.RELEASE For CVE-2014-0225 CVE-2015-5211 Issue-ID: SO-579 Change-Id: I94f8332d420d2586262260a0a59a645f0de66b73 Signed-off-by: chenying83 <chenying83@huawei.com>
2018-04-06Update docker tag conventionJessica Wagantall1-1/+1
Update docker tagging convention to use: v0.17.0-SNAPSHOT-YYYYMMDDTHHMMSSZ (for dev images) v0.17.0-STAGING-YYYYMMDDTHHMMSSZ (for staging images) Change-Id: I34a906249339be7ebd73cba90aa94493182cb9c2 Issue-ID: CIMAN-132 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-03-27Fix Jar vulnerability and licensingByung-Woo Jun1-1/+1
Upgraded Jar depdendencies in pom.xml Change-Id: I0bc67d18a9b99f70676659c4ac78975dcf4d6972 Issue-ID: SO-537 Signed-off-by: byungwoojun<byung-woo.jun@ericsson.com>
2018-03-27Dependency version updates for BeijingRob Daugherty1-3/+1
Update so/libs version to 1.2.1 Update aai-common version to 1.2.1 Update sdc-distribution-client version to 1.3.0 Update sdc-tosca version to 1.3.3 Change-Id: I6c8f1c5476efc4dc866bf765c265736ab70c12c7 Issue-ID: SO-536 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-03-23Add mokito-core dependencyManamohan Satapathy1-6/+6
SO root pom. pom.xml Change-Id: I8b5432feebc4de8921f96b08d126efba44f989ad Issue-ID: SO-527 Signed-off-by: Manamohan Satapathy <MS00534989@techmahindra.com>
2018-03-21added custom validators for use with openpojoBenjamin, Max (mb388a)1-14/+11
Change-Id: I7c9fdeb6bccddb1b7ec6bf845351731c3043aafa Issue-ID: SO-510 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2018-03-20NexusIQ security violation - httpclientRob Daugherty1-1/+1
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: Ie31b853102eb2a4fc7fc16441a2a1c18a2b7fa35 Issue-ID: SO-507 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-03-19Use updated ONAP SO/libs artifactsArthur Martella1-1/+1
Now that SO/lib artifacts are in nexus.onap.org, use those instead of openecomp libs. Change-Id: I85ce9f4abd1178076ae9f77700344b3b5e963ba2 Issue-ID: SO-372 Signed-off-by: Arthur Martella <amartell@research.att.com>
2018-03-19Merge "Fix the Jar vulnerability and licensing"Seshu Kumar M1-1/+1
2018-03-19Fix the Jar vulnerability and licensingByung-Woo Jun1-1/+1
Updated Jar versions in pom.xml files Change-Id: I507b9348d7eabba879979a3cfeeefe9d850ecf4a Issue-ID: SO-457 Signed-off-by: byungwoojun<byung-woo.jun@ericsson.com>
2018-03-16Upgrade to latest oparentGildas Lanilis1-1/+1
Update pom.xml file to latest version release of oparent, 1.1.0 Change-Id: I9fe3503508c527b982fab1e3dd70b76e8cde5c4f Issue-ID: INT-443 Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
2018-03-14AT&T 1712 and 1802 release codeRob Daugherty1-1/+174
This is code from AT&T's 1712 and 1802 releases. Change-Id: Ie1e85851e94bc66c4d9514a0226c221939531a04 Issue-ID: SO-425 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-03-09Pom parents fixed in aria build.dfilppi1-1/+1
Change-Id: Idaf76197b8542dcebb5b242204d076c55892228c Issue-ID: SO-448 Signed-off-by: DeWayne Filppi <dewayne@cloudify.co>
2018-03-07Fix Aria compilation issuesubhash kumar singh1-1/+1
Disable Aria from pom file to stop build fail. Issue-ID: SO-448 Change-Id: I071eb8fda068fd53db5d6f57ccb8f1c0c5f0d74f Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-03-02Revert previous Test commitRob Daugherty1-1/+0
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f0641c4 Issue-ID: SO-425 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-03-02Merge "Test commit in Test branch"Rob Daugherty1-1/+1
2018-03-02Test commit in Test branchArthur Martella1-1/+1
Change-Id: I1d436b10538cac3b98d264f359595da0a20f7180 Issue-ID: SO-425 Signed-off-by: Arthur Martella <amartell@research.att.com>
2018-02-23Add ARIA subtree to builddfilppi1-1/+1
Change-Id: I59a7038c00527330458458b6164cdf14ef8c82fe Issue-ID: SO-444 Signed-off-by: DeWayne Filppi <dewayne@cloudify.co>
2018-02-22Port SO artifacts to ONAP folder structureArthur Martella1-1/+1
Change-Id: Ib7aea4df7e6a31cf5e1e6513b89bed6f878537af Issue-ID: SO-372 Signed-off-by: Arthur Martella <amartell@research.att.com>
2018-01-03Fix the compilation issue.seshukm1-1/+1
Issue-ID: SO-371 Change-Id: I954ea2188e571c60d411612a9d1169e5704400d2 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-12-27Added back commented modulesdfilppi1-2/+2
Change-Id: I6cc9250c2b5a139de770c2e6d6f697f311b6da41 Issue-ID: SO-362 Signed-off-by: DeWayne Filppi <dewayne@cloudify.co>
2017-12-26Added module to build for aria-rest-serverdfilppi1-2/+3
Change-Id: Ifd4dc937ba4047fd2de98c9f96d3202a55199b21 Issue-ID: SO-362 Signed-off-by: DeWayne Filppi <dewayne@cloudify.co>
2017-12-01Bump minor versionJessica Wagantall1-4/+4
Bump minor version in preparation for Amsterdam branching. Change-Id: Ib72ca9cab2782a4fee15fff8f0653f0c53ad9f71 Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-11-16changed artifact versionseshukm1-1/+2
IssueId: SO-346 Change-Id: I4bd910032baa26c2aa154d3860bf4d34ecf7d9dd Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-10-31Initial commit for the docker build issueseshukm1-1/+2
IssueId: SO-290 Change-Id: I3f5afe3c1109878564f62759fdbf1f88c9d00194 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-10-08Fixes for sonar coverage in bpmnRob Daugherty1-3/+7
1. Coordinated jacoco and surefire JVM arg line options 2. Changed sonar plugin version to 2.19.1 3. Removed dead code (unused classes) Issue: SO-193 Change-Id: I21b7a77510eec71f4d4ca9afde5b7f86f0e3cbd7 Signed-off-by: Rob Daugherty <rd472p@att.com>
2017-09-29Fix the SO build issuesDeterme, Sebastien (sd378r)1-403/+405
Fix the AAI java package names that was still openecomp, remove the variable for LF repositories due to Oparent, Fix the jacoco to overwrite the oparent settings (fix test coverage) Change-Id: I40b9b326e33ff27992a1bf2cc9d3094d338f8828 Issue-ID: SO-168 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-09-27Update POM to inherit from oparentRob Daugherty1-0/+8
Issue: SO-71 Change-Id: I91d503b52909cfcb62ca4b5cd93f6cfc70d6eb24 Signed-off-by: Rob Daugherty <rd472p@att.com>