summaryrefslogtreecommitdiffstats
path: root/integration/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
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>