aboutsummaryrefslogtreecommitdiffstats
path: root/sidecar/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2019-04-11Update dependency versions to use non-snapshot5.0.2-ONAP5.0.0-ONAP4.0.0-ONAPelaltodublinLee, Tian (tl5884)1-2/+2
This is to circumvent the issue of latest fproxy and rproxy snapshot artifacts disappearing from nexus, causing the sonar job to fail Change-Id: I48448e3db09797392c4c7e833270165aca17bff6 Issue-ID: AAF-806 Signed-off-by: Lee, Tian (tl5884) <TianL@amdocs.com>
2019-03-08Fix rproxy and fproxy logging issuesbwong211-0/+4
Fix to rproxy and fproxy to allow the log file to be generated at runtime. Changes to the sidecar pom.xml by adding logback-classic in the dependency management - Makes sure the correct logback-classic plugin version is pulled in from its transitive dependency - Override the scope dependency that was recently set to test Change-Id: I55ffee62e3e052c97fdda6d934cf3213473298b3 Issue-ID: AAF-781 Signed-off-by: bwong21 <bwong@amdocs.com>
2019-02-22Add Multi-Realm class handlingInstrumental1-1/+1
Also, improve Logging Issue-ID: AAF-771 Change-Id: I4cf286b5c474596f5e824e5204598cf0c1bb014c Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-02-15fix shiro logs looping issueSai Gandham1-1/+1
Issue-ID: AAF-655 Change-Id: I6719683718ec8dc2695df1eb14b6b490df5976c5 Signed-off-by: Sai Gandham <sg481n@att.com>
2019-01-30Update shiro logging and sl4j init2.1.11Sai Gandham1-1/+1
Issue-ID: AAF-655 Change-Id: I1e1439efbee5900c82a6065a0581faae15622581 Signed-off-by: Sai Gandham <sg481n@att.com>
2019-01-16update logging path for shiroSai Gandham1-1/+1
Issue-ID: AAF-655 Change-Id: I12cab0cff0e8244cd6d477fb5cb6aa64ad353bf5 Signed-off-by: Sai Gandham <sg481n@att.com>
2019-01-03Upversion Spring Boot for NexusIQLee, Tian (tl5884)1-20/+31
Upversion to latest 2.1.1.RELEASE to fix new NexusIQ security vulnerabilities Change-Id: I8d7759d5f5dbdf70b1056bc4b6875caf8c25893d Issue-ID: AAF-693 Signed-off-by: Lee, Tian (tl5884) <TianL@amdocs.com>
2018-11-26Re-enable sidecar unit testsIanB1-3/+16
After recent commits, sidecar unit tests had been disabled. These changes re-enable them and allow them to complete successfully. After review comments removed the dependency on Mockito and added a comment on the Surefire plugin configuration. Change-Id: I301b524e06460480e37d180a3fc9977588e87892 Issue-ID: AAF-642 Signed-off-by: IanB <IanB@amdocs.com>
2018-11-19Move CADI to 2.1.9Instrumental1-1/+1
Issue-ID: AAF-634 Change-Id: I3586bc4da38853b6320b887248f32c45f9704585 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2018-11-13Setup for Release 2.1.8Instrumental1-1/+1
Issue-ID: AAF-630 Change-Id: I4c7b46b578921d53e0821dcee53ba66de96b6bd4 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2018-11-07Fix/Renable sidecar buildsInstrumental1-55/+101
Issue-ID: AAF-613 Change-Id: Ic13411eebbf3c1c9b6d8492aff1b37db37a965e4 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2018-11-07Pom OParent, other hierarchyInstrumental1-9/+48
Issue-ID: AAF-613 Change-Id: I14531b546aebb9e5326ddc67eb3ec4eb9e17dac1 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2018-11-06update license in cadi repoSai Gandham1-21/+18
Issue-ID: AAF-611 Change-Id: I0a273cdfc61798f77b22a58e2190cb5333eab730 Signed-off-by: Sai Gandham <sg481n@att.com>
2018-10-07Update cadi sidecar versionSai Gandham1-1/+1
Adding relative path to oparent Issue-ID: AAF-537 Change-Id: I6601b919c3e96bb7987aa316e460077a6de4e0bd Signed-off-by: Sai Gandham <sg481n@att.com>
2018-10-04Update oparent version in aaf cadiSai Gandham1-1/+1
Issue-ID: AAF-537 Change-Id: Ifc517cc153b0e1cb0b3b990e347349b148ba883d Signed-off-by: Sai Gandham <sg481n@att.com>
2018-09-26Fix failing jenkins jobsRavi Geda1-1/+3
The docker java daily job is hanging when it tries to build the image. Add rproxy and tproxy-config as submodules to sidecar. Align the groupid of sidecar pom. Change-Id: Idb24459b9eae43dbbef39b4a14b6167762fa126f Issue-ID: AAI-1676 Signed-off-by: Ravi Geda <gravik@amdocs.com>
2018-09-20Add forward proxy codeRavi Geda1-0/+80
Add a maven module called sidecar to cadi. Add forward proxy as a maven module to sidecar. Note that though sidecar is a module of cadi it does not inherit from cadi's pom. Change-Id: I617ecb1a66a3cbdd3f03287f28c6527693c6dfc6 Issue-ID: AAI-1603 Signed-off-by: Ravi Geda <gravik@amdocs.com>