aboutsummaryrefslogtreecommitdiffstats
path: root/integration/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2021-02-22Bump version to 3.3.1-SNAPSHOT in parentJim Hahn1-1/+1
Issue-ID: POLICY-3088 Change-Id: Ia1cdeed8cd822122287dd47ae19947a3ec397a46 Signed-off-by: Jim Hahn <jrh3@att.com>
2021-02-22Mojo plugin missingJim Hahn1-1/+1
Version 2.8 is missing; modified the pom to refer to 2.8.1. Issue-ID: POLICY-3088 Change-Id: Ib2a8d68ffba62c73ebbc2db7c15d327d21b8ae12 Signed-off-by: Jim Hahn <jrh3@att.com>
2021-02-11Match version of jackson with oparentJim Hahn1-1/+1
Oparent uses 2.11.3, thus the version here should match it. Issue-ID: POLICY-3005 Change-Id: I5f27f0714f1257c13e73d5efc495cfbb67b3f36d Signed-off-by: Jim Hahn <jrh3@att.com>
2021-02-08Upgrade dependency versions in parentJim Hahn1-43/+35
Also removed javax.persistence, as the classes can be found in eclipselink instead; both cannot be used together as the jar signatures are incompatible. Issue-ID: POLICY-3005 Change-Id: I72d32cf7942383b12a78e014c685d9cac6e7b78b Signed-off-by: Jim Hahn <jrh3@att.com>
2021-01-20Upgrade io.netty to fix security issuesRam Krishna Verma1-1/+1
Issue-ID: POLICY-2943 Change-Id: I03ea86e71a7f7d5d4b72222b70ff4b911fec5955 Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
2020-10-29Add jackson annotationsJim Hahn1-0/+8
Several builds broke when jackson was removed. Traced it down to a dependency in glassfish.jersey which is used by dmaap client. Added the one jackson component that appears to be needed. Issue-ID: POLICY-2878 Change-Id: I89fd44a5a44d2fa52618b86c78a1bf9edf81b3d8 Signed-off-by: Jim Hahn <jrh3@att.com>
2020-10-27Remove jackson from policy/parentJim Hahn1-34/+7
Had to upgrade swagger version before removing references to jackson. Issue-ID: POLICY-2878 Change-Id: I9f754328bcd53dc775f0996c49f3f85f55d75285 Signed-off-by: Jim Hahn <jrh3@att.com>
2020-10-26Bump parent master to 3.3.0 SNAPSHOTJim Hahn1-1/+1
Bumping minor version now that guilin branch has been created. Issue-ID: POLICY-2875 Change-Id: Ia0f4cad92dc81c9cbdc98bc40af68480bf2afa08 Signed-off-by: Jim Hahn <jrh3@att.com>
2020-08-27Revert "Remove jackson from policy/parent"Jim Hahn1-0/+38
This reverts commit 9e3da30ff0fb5586de39c62516f464b714456201. Reason for revert: policy-endpoints fails with v2.11.0 Issue-ID: POLICY-2726 Change-Id: Ia841fbfcfb3539da88462b825a37061d00b69401 Signed-off-by: Jim Hahn <jrh3@att.com>
2020-07-27Remove jackson from policy/parentJim Hahn1-38/+0
Issue-ID: POLICY-2726 Change-Id: Ib4402b83205a220ceaa95ccdea3e96587ba68111 Signed-off-by: Jim Hahn <jrh3@att.com>
2020-07-09Bump policy/parent to 3.2.1-SNAPSHOTRam Krishna Verma1-1/+1
Issue-ID: POLICY-2695 Change-Id: Ieff53fa51f83d5c32094ac427544beb87cdf9dab Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
2020-07-02Revert mariadb jdbc versionJim Hahn1-1/+1
The new mariadb jdbc version is causing intermittent CSIT errors in PAP. Reverted to previous version. [EL Warning]: 2020-07-02 15:08:48.318--ServerSession(404947798)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.5.v20191016-ea124dd158): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: (conn=11) You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ' derived_from_name VARCHAR, derived_from_version VARCHAR, name VARCHAR(120) NOT ' at line 1 Error Code: 1064 Call: CREATE TABLE ToscaDataType (DESCRIPTION VARCHAR, derived_from_name VARCHAR, derived_from_version VARCHAR, name VARCHAR(120) NOT NULL, version VARCHAR(20) NOT NULL, PRIMARY KEY (name, version)) Issue-ID: POLICY-2387 Change-Id: I138f4d395f150563474afe719966927789ae1f6e Signed-off-by: Jim Hahn <jrh3@att.com>
2020-06-30Revert javax.persistence versionJim Hahn1-1/+1
The new javax.persistence version is not compatible with the version of eclipselink that is in use, thus had to revert the former back. Issue-ID: POLICY-2387 Change-Id: I24a6bee1abb1e11f5527e54e4498016348ac48d3 Signed-off-by: Jim Hahn <jrh3@att.com>
2020-06-30Merge "Updating org.json and removing json version tag"Pamela Dragosh1-1/+5
2020-06-30Updating org.json and removing json version tagRossC1-1/+5
Issue-ID: POLICY-2387 Change-Id: Ia994c8be15058d8cf5f6e8f2271be5dec4efacc3 Signed-off-by: RossC <ross.carter@est.tech>
2020-06-29Updating dependencies and Adding Slf4j-ext into parentRossC1-15/+20
Issue-ID: POLICY-2387 Change-Id: I4c56ade98e21ee07c254208d58590f865e6e5edc Signed-off-by: RossC <ross.carter@est.tech>
2020-06-24AAF Version upgrade to 2.1.21Utkarsh Jauhari1-1/+7
Issue-ID: POLICY-2623 Signed-off-by: Utkarsh Jauhari <uj426b@att.com> Change-Id: I84d5bf257555844d096a30b82c63145114a8df81
2020-06-22Merge "Removing log4j from policy/parent"Pamela Dragosh1-5/+0
2020-06-22Security issue with Java-WebSocket:1.3.8liamfallon1-1/+1
Stepping org.java-websocket:Java-WebSocket version 1.3.8 to version 1.5.1 removes the issue. apex-pdp needs a corresponding change due to a change in an enum in the new version of java-websocket. Issue-ID: POLICY-2668 Change-Id: I3827cee6d7569f7343ec32942b5504d7714412eb Signed-off-by: liamfallon <liam.fallon@est.tech>
2020-06-20Removing log4j from policy/parentUtkarsh Jauhari1-5/+0
Issue-ID: POLICY-2623 Signed-off-by: Utkarsh Jauhari <uj426b@att.com> Change-Id: I0a3d9d0a1d677d88ceb90c6358de942ea1e0a90b
2020-06-19Merge "Revert "AAF Version change for log4j""Jim Hahn1-1/+6
2020-06-19Revert "AAF Version change for log4j"Pamela Dragosh1-1/+6
This reverts commit 5014e05e9d93248854d1473d795ec671e2e7ba6b. Reason for revert: version doesn't exist Issue-ID: POLICY-2623 Change-Id: I6a4972a3491864fa6072eb493900022c44a85c1f Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2020-06-19Merge "AAF Version change for log4j"Pamela Dragosh1-6/+1
2020-06-19AAF Version change for log4jUtkarsh Jauhari1-6/+1
Issue-ID: POLICY-2623 Signed-off-by: Utkarsh Jauhari <uj426b@att.com> Change-Id: I30d33c82c15118a7305ea3a8b794aa48a61e06d1
2020-06-19Merge "Moving commons-lang dependency to parent"Pamela Dragosh1-0/+14
2020-06-18Moving commons-lang dependency to parentRossC1-0/+14
Issue-ID: POLICY-2387 Change-Id: Iaa93cc815a0f21cb046a9f4ec6ca941d1d227c19 Signed-off-by: RossC <ross.carter@est.tech>
2020-06-18Consolidate checkstyle plugin into policy parentliamfallon1-2/+57
At the moment, the checkstyle plugin definitions are repeated separately in all the policy components. This review adds the checkstyle plugin defintions into policy parent. Subsequent reviews will remove it from the individual component repos. Issue-ID: POLICY-2188 Change-Id: I7e786e82086d31df8597c08382bfe839e60074e3 Signed-off-by: liamfallon <liam.fallon@est.tech>
2020-06-17Upgrade jackson 2.10.4Pamela Dragosh1-1/+1
To clear security issues. Issue-ID: POLICY-2553 Change-Id: I1c39f53aa57ba936eb700d13abef37f3cab5b89a Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2020-06-02Upgrade version of dmaap-client to 1.1.11Jim Hahn1-1/+1
Issue-ID: POLICY-1996 Change-Id: I297563bd014de1a7a9be92ce4eaa24f6f2d03861 Signed-off-by: Jim Hahn <jrh3@att.com>
2020-05-19Bump parent 3.2.0 on masterPamela Dragosh1-1/+1
Issue-ID: POLICY-2514 Change-Id: I22902bd8b7a0c1e021870b441259950f9ac96970 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2020-05-05Bump parent patch 3.1.4-SNAPSHOTPamela Dragosh1-1/+1
Issue-ID: POLICY-2514 Change-Id: I5ac1e11b2b460bea74c338d937dba63885b400f2 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2020-04-23Exclude glassfish jaxbJim Hahn1-0/+6
Added exclusion for glassfish jaxb to eliminate security issue. Issue-ID: POLICY-2521 Change-Id: I16016514c5e033be208c79877900d7e9dc0c3d21 Signed-off-by: Jim Hahn <jrh3@att.com>
2020-04-10Bump policy/parent 3.1.3-SNAPSHOTPamela Dragosh1-1/+1
Issue-ID: POLICY-2378 Change-Id: I6deed4bfaecea601ba4b76075dd8b9fc46dbcdd3 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2020-04-03Add RE2J in lieu of java.util PatternJim Hahn1-0/+7
Sonar complains about java.util Pattern usage when the pattern has quanitifiers like "*" or "+". It suggests using RE2J instead. Added that to the parent pom - hope it doesn't have licensing issues. Issue-ID: POLICY-2305 Change-Id: I4a79d073e911f42911dabfab92177bce5893efd7 Signed-off-by: Jim Hahn <jrh3@att.com>
2020-04-03Adding io.netty to policy/parentRam Krishna Verma1-0/+18
Issue-ID: POLICY-2467 Change-Id: I8d1fbfc4e97439153b09db7cee6c9420ba8c4f81 Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
2020-03-19Update patch for policy parentPeyton Puckett1-1/+1
Issue-ID: POLICY-2378 Change-Id: Ibfeceeef97cc938b39c0ff50883ee6d4d42edaa9 Signed-off-by: Peyton Puckett <peyton.puckett@att.com>
2020-03-12Upgrade snakeyaml to 1.26Pamela Dragosh1-1/+1
I have tested compilation with all the other repos and this seems to work fine. Issue-ID: POLICY-2427 Change-Id: Iadf8ee26ccbd05aea6253a69abe3fe75e2531cd4 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2020-03-03Add awaitility dependencyPamela Dragosh1-0/+9
Seems to be used in several repos. This consolidates the version. Issue-ID: POLICY-2381 Change-Id: Iad3bbf8901a117db36da3951a7d5284c000266d6 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2020-02-25moved h2 db version back to 1.4.197jhh1-1/+1
1.4.200 h2 db upgrade breaks junits that run OK previous to the upgrade. Issue-ID: POLICY-2381 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: I8ac6e8fc983aed7354690ac1cb6b3bb94273e294
2020-02-24Upgrade to latest dependenciesPamela Dragosh1-11/+11
These seem the safest - note will need a companion review for google gson. tried eclipse link and javax persistence along with openpojo, but those gave very nasty issues that were not clear on how to address. Will have to save the rest for G Release. Issue-ID: POLICY-2381 Change-Id: I35082743cf91fd1920994e5881f76b713998cc60 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2020-02-06Merge "upgrade drools to 7.32.0."Jorge Hernandez1-1/+1
2020-02-06upgrade drools to 7.32.0.jhh1-1/+1
Some changes are of interest: DROOLS-4944,DROOLS-4877. Issue-ID: POLICY-2295 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: Ie93bbace21af12b9a39facd31498d72870439345
2020-01-16Add report-aggregate sonar executionPamela Dragosh1-1/+7
This seems to bump the xacml-pdp coverage back to where it was previously. No effect on common, models, api, pap or drools. Potentially this could help engine. Not sure exactly how Jacoco now seems to find the coverage. Does not solve cross sub-module lack of coverage. Will continue investigating. Issue-ID: POLICY-2321 Change-Id: Id71a2f06f30491246504cb2881b94fe11ad5f501 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2020-01-14Override oparent sonarPamela Dragosh1-0/+48
We don't have any IT tests, so let's skip them. This may have a trivial bump in speed. Use the same datafile, and make sure the results are being appended to support multi-module. This will result in all the repos removing this configuration as it only needs to be set here in policy/parent. Cleans up things a bit. Issue-ID: POLICY-2321 Change-Id: I999cb3bb8a7a764ffc7459fc9e0b9b8377dbecb3 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2020-01-10Add version property for jaxb-related jarsJim Hahn1-0/+1
Issue-ID: POLICY-1406 Signed-off-by: Jim Hahn <jrh3@att.com> Change-Id: Ibe5c6ef573d197badb5ca4c71c7073f97960415f
2020-01-08Added mockito dependenciesHOCKLA1-7/+16
Added latest versions of mockito-core and powermock-mockito2 Part of jdk11 upgrades Issue-ID: POLICY-1594 Change-Id: Ifbd18a71f23ff38bfea41f75e9085322a47a421d Signed-off-by: HOCKLA <ah999m@att.com>
2019-12-13Merge "Added some JDK 11 upgrades and point to oparent java 11 branch"Liam Fallon1-6/+3
2019-12-11Added some JDK 11 upgrades and point to oparent java 11 branchHOCKLA1-6/+3
Locally built with JDK 11 Issue-ID: POLICY-1594 Change-Id: I0fb2249c8f2057e1e69d3534083dba176310ae70 Signed-off-by: HOCKLA <ah999m@att.com>
2019-12-09Upgrade drools to 7.30.0.Finaljhh1-1/+1
Issue-ID: POLICY-2295 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: I540f7aaaafc1aeadec2527a792abfda41ed93217
2019-12-04Changed project version to 3.1.1-SNAPSHOT in order to isolate java 11 upgradesHOCKLA1-1/+1
Issue-ID: POLICY-1594 Change-Id: I64e9f486353a4b2ac2ac706512c426932c1aff3a Signed-off-by: HOCKLA <ah999m@att.com>