aboutsummaryrefslogtreecommitdiffstats
path: root/integration
AgeCommit message (Collapse)AuthorFilesLines
2019-11-21Extract cds proto-definition dependency into parent pomRashmi Pujar1-1/+9
Issue-ID: POLICY-2254 Signed-off-by: Rashmi Pujar <rashmi.pujar@bell.ca> Change-Id: I3be677f2b5782495af0c851ac04bbda8c9787735
2019-11-09Upgrade maven pluginsPamela Dragosh1-12/+20
Upgrade to latest maven codehause plugins. Issue-ID: POLICY-2222 Change-Id: I138e213c671af4363d2c8866f83cd420d537c97f Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2019-11-01Add Jersey version to policy parentliamfallon1-2/+90
Add a common version of Jersey for all Policy Framework components. Issue-ID: POLICY-2209 Change-Id: I872e5b04823c9df573694c986cf5a0abfdac806f Signed-off-by: liamfallon <liam.fallon@est.tech>
2019-10-31Additional drools libs in <dependencyManagement>jhh1-0/+18
Issue-ID: POLICY-1407 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: I41934c73b292eb961fcbf136c63e9586aa537dde
2019-10-31drools 7.28.0.Final as default for policy reposjhh1-0/+66
moved from policy/drools-pdp to parent repo so it can be reused globally, as a minimum with drools applications, to centrally manage dependencies and versions. Issue-ID: POLICY-1407 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: I80e2f4d4042b9c613534b614fb945767ead42590
2019-10-03Revert "Merge ccsdk dependencies .. cds actor"jhh1-8/+0
This reverts commit 6487e3f517472906998dc1f90c16468c0bc27af6, reversing changes made to fa44790365e0919efdd85a7a8dc5466e5c190d6d. Issue-ID: POLICY-2088 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: I2008ed086d16e958e213583621a35cc2b776755f
2019-10-03Review ccsdk dependencies to integrate cds actorBruno Sakoto1-0/+8
For ccsdk proto-definition dependency : * Use dependency management * Upgrade to version 0.6.3 Issue-ID: POLICY-2088 Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca> Change-Id: Icaa0f7ebb218aec5b642a53387da0f3f87d45af4
2019-09-19Upgrade Jackson version for securityJim Hahn1-0/+33
This change upgrades the Jackson version to 2.10.0.pr3, wherever it is referenced, which has a lower level of security vulnerability, 7 as opposed to 10. Change-Id: I346555dee60069b575f0eb86c5ca4be281e84b31 Issue-ID: POLICY-1644 Signed-off-by: Jim Hahn <jrh3@att.com>
2019-09-04Bump version on master branch of policy/parentJim Hahn1-1/+1
Change-Id: I2dfbec1c22d318157b48f8b299d3475bba788b5d Issue-ID: POLICY-2045 Signed-off-by: Jim Hahn <jrh3@att.com>
2019-08-20Upgrade xstream to 1.4.11.1Pamela Dragosh1-1/+1
While analyzing drools-pdp, it's mvn clean install works fine with this fix locally. Also exists in engine repo, its mvn clean install works fine with this fix locally. distribution repo inherits from engine. also mvn clean install works fine with this fix locally. Issue-ID: POLICY-2001 Change-Id: I25bd1f5d459f3ad279f1ce57fa0b153af21ece90 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2019-08-19Upgrade httpclient to latest releasePamela Dragosh1-1/+1
Staying up-to-date with the latest release. Issue-ID: POLICY-1999 Change-Id: I04a26c7393875588517a3580eddea8e2175ccdd2 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2019-08-05Add maven dependency for snakeyaml v1.24Bruno Sakoto1-0/+7
Make snakeyaml dependency version consistent thru all projects by providing it from integration parent artifact. Issue-ID: POLICY-1603 Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca> Change-Id: If09372f8242dbf7975fc152484cdce124854c48f
2019-06-20Bump policy/parent 3.0.1Pamela Dragosh1-1/+1
Released 3.0.0 Issue-ID: POLICY-1737 Change-Id: I64c5754f5d74775eac36915a16f0242beef832e3 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2019-05-28Set policy/parent master 3.0.0 versionPamela Dragosh1-1/+1
Bumping the major patch since the target changes for El Alto will involve moving to oparent 2.0.0. Could be quite involved. Issue-ID: POLICY-1747 Change-Id: Ic8eebd4738bc66cc4cac3021f41ed1c478268a4d Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2019-04-29Upgrade policy/parent SNAPSHOT 2.1.1Pamela Dragosh1-1/+1
Bump the SNAPSHOT versions Issue-ID: POLICY-1700 Change-Id: I2e6f3f30c9362ba32a6d116904443eadff7299ef Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2019-03-03Add cucumber dependency for all projectsPamela Dragosh1-0/+14
This will be used in all the projects for integration testing. Also cleared some intelliJ from .gitignore Issue-ID: POLICY-1273 Change-Id: If2cc6a28a972a5b4dbbb64139f0fad6e8518cb5c Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2019-02-28Add lombok dependency to parentPamela Dragosh1-0/+7
For use among other policy repos. Issue-ID: POLICY-1547 Change-Id: I610b4f4a061ed32527f579a30f26e018c4c01b84 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2019-02-11Add AssertJ to parent pomJim Hahn1-1/+9
Also updated license and removed trailing spaces. Change-Id: Icd389e1c1b96b1f48cea4c20263bf84263e45ce8 Issue-ID: POLICY-1511 Signed-off-by: Jim Hahn <jrh3@att.com>
2018-12-05Use eclipselink for javax.persistenceJim Hahn1-7/+1
Removed reference to persistence-api, as persistence classes can also be found in eclipselink. Replaced tabs with spaces. Change-Id: If07ab07e4c12eadc8d049963b744398c05a8538a Issue-ID: POLICY-1366 Signed-off-by: Jim Hahn <jrh3@att.com>
2018-11-30Add eclipselink to policy parentJim Hahn1-0/+22
Add eclipselink and eclipse persistence API. Fix typo in comment. Add eclipselink jpa. Change-Id: If95e87846d0dc47fb394287949ee6413917df205 Issue-ID: POLICY-1358 Signed-off-by: Jim Hahn <jrh3@att.com>
2018-11-06Upgrade to dmaap 1.1.9Pamela Dragosh1-1/+1
v1.1.9 removes javax.jms java dependency license issue. Issue-ID: POLICY-1229 Change-Id: I6eb439ffd1a28072ff56281f30ab00100d2dca2c Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2018-10-31Set new master version for Dublinliamfallon1-3/+2
New master parent version for the Dublin release. Issue-ID: POLICY-1232 Change-Id: I1087a1d10d28fd85269e9785fc91d55b40e7fc88 Signed-off-by: liamfallon <liam.fallon@ericsson.com>
2018-10-05Upgrade to AAF 2.1.2 artifact3.0.0-ONAP2.0.0Pamela Dragosh1-1/+1
AAF team released their artifact. Issue-ID: POLICY-1184 Change-Id: Ie762673a2f48b4f332093b52a5b919df028a39b9 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2018-09-26Add more powermock artifacts to parent pomJim Hahn1-1/+15
Added powermock-api-mockito. Updated license. Added powermock-modules-junit4. Change-Id: I7016932ab1bd5a2877943c8239796f28c07e672b Issue-ID: POLICY-1148 Signed-off-by: Jim Hahn <jrh3@att.com>
2018-09-18Add aaf into dependencyManagementPamela Dragosh1-0/+7
This dependency is used in policy/common and in policy/engine. In the future other repos may also use this so declaring it in one place to track the version and ensure all repos are updated. Issue-ID: POLICY-1119 Change-Id: Icbab188f2f3fa8d7504b7aab76428138bdd0681f Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2018-09-12Move dmaap dependency to parentPamela Dragosh1-0/+8
Dmaap is already used in 3 repositories, and we anticipate more. So let's define our usage in parent. I am also upgrading to the release by Dmaap team for Casablanca. Let's cross our fingers they fixed a couple of license issues. Issue-ID: POLICY-1116 Change-Id: Ic4f585f312730b8828873911d045f29e6f93e192 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2018-09-11Add web sockets as common dependencyliamfallon1-0/+7
Java web sockets are used in engine and apex, adding into parent for common version handling. Issue-ID: POLICY-954 Change-Id: I579c825f6a0ec9c181726be4f7fe008552c27e0f Signed-off-by: liamfallon <liam.fallon@ericsson.com>
2018-09-04Merge "Upgrade and add mariadb artifact"Jorge Hernandez1-0/+7
2018-09-04Upgrade and add mariadb artifactPamela Dragosh1-0/+7
Multiple repositories use mariadb and have selected different versions. This will keep us consistent between repos and manage the license/security issue for mariadb. Issue-ID: POLICY-1059 Change-Id: Ifd49f5dd09bcee071d08dbaa46556948ccdf8467 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2018-08-31javax.servlet must be includedJim Hahn1-1/+0
Removed the "provided" scope for javax.servlet so that it will be downloaded as part of an install. Change-Id: I3979d2c4d2b9496c6f066532f373862bf8e40b76 Issue-ID: POLICY-1085 Signed-off-by: Jim Hahn <jrh3@att.com>
2018-08-28Merge "Upgrade oparent version"Liam Fallon1-18/+0
2018-08-27Upgrade oparent versionPamela Dragosh1-18/+0
Working with the Integration team, we are using oparent to set the versions for a small number of java dependencies across all projects. This upgrade is for google/guava. Issue-ID: INT-619 Change-Id: Ide5828442a9f9a9888a2b0a6f817811cb49889a9 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2018-08-27Adding openpojo as test dependency in parentramverma1-0/+6
Adding openpojo as test dependency in parent so that other child projects in policy can use this for testing pojo classes. openpojo seems to be very efficient way of testing pojo classes fully without writing too many lines of test code. Once this is merged, will raise a reviews of policy/common & policy/distribution showing its usage. Change-Id: I23fc237467a9f797710b8eb80ce7bb0a75c3aec9 Issue-ID: POLICY-1035 Signed-off-by: ramverma <ram.krishna.verma@ericsson.com>
2018-07-30Add commons-cli version for all componentsliamfallon1-1/+7
Apache commons-cli is used for command argument handling in multiple modules. It's version is now controlled from the parent integration POM. Issue-ID: POLICY-922 Change-Id: Iebf6f731de591f3efba871a924b7a49c13d9fa13 Signed-off-by: liamfallon <liam.fallon@ericsson.com>
2018-07-13Merge "Adding maven-war-plugin to integration pom"Jorge Hernandez1-0/+5
2018-07-13Adding maven-war-plugin to integration pomramverma1-0/+5
Adding maven-war-pluggin to integration pom so that version can be managed at single place. Change-Id: I41ba0af7a465fa3ea0adfdf21e7c03f7795344be Issue-ID: POLICY-864 Signed-off-by: ramverma <ram.krishna.verma@ericsson.com>
2018-07-10Fix license issue in Guava dependencyliamfallon1-0/+11
The checker framework checker qual dependency of Guava needs to be upgraded to version 2.5.3, a version that is OKed by the Linux Foundation Issue-ID: POLICY-905 Change-Id: Ib29ca90253594dfb594d0a104e0653051414aae1 Signed-off-by: liamfallon <liam.fallon@ericsson.com>
2018-06-22Fix security vulnerability in Google Guavaliamfallon1-2/+2
Google Guava 23.0 has a security vulnerability. THe latest version of Guava fixes this vulnerability. Change-Id: I86995efafa6cf0140d09f8a13da9efeaa8079d5e Issue-ID: POLICY-905 Signed-off-by: liamfallon <liam.fallon@ericsson.com>
2018-05-23Policy common integration moduleeikrwaq1-0/+300
Change-Id: Idedafdf67ebd048bd459b7af2dd5c3435f8c3151 Issue-ID: POLICY-803 Signed-off-by: eikrwaq <waqas.ikram@ericsson.com>