Re: Log4j dependency

2021-12-14 Thread Karl Wright
ManifoldCF framework and connectors use log4j 2.x to dump information to the ManifoldCF log file. Please read the following page: https://logging.apache.org/log4j/2.x/security.html Specifically, this part: 'Descripton: Apache Log4j2 <=2.14.1 JNDI features used in configuration, log messages,

Re: Log4j dependency

2021-12-14 Thread Furkan KAMACI
Hi Ritika, For maven check here: https://github.com/apache/manifoldcf/blob/trunk/pom.xml#L80 For Ant check here: https://github.com/apache/manifoldcf/blob/trunk/build.xml#L87 Kind Regards, Furkan KAMACI On Tue, Dec 14, 2021 at 12:41 PM ritika jain wrote: > .Hi All, > > How does manifold.cf

Log4j dependency

2021-12-14 Thread ritika jain
.Hi All, How does manifold.cf use log4j. When I checked pom.xml of ES connector , it is shown as an *exclusion *of maven dependency. [image: image.png] But when checked in Project's downloaded Dependencies, It shows it being used and downloaded. [image: image.png] How does manifold use log 4j