[
https://issues.apache.org/jira/browse/GEODE-7051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16901338#comment-16901338
]
Kirk Lund commented on GEODE-7051:
----------------------------------
Investigate removal of {{log4j-api}} dependency from all modules except for
{{geode-core}}. This should still pull in {{log4j-api}} as a transitive
dependency.
Example dependencies in pom of {{geode-cq}}:
{noformat}
<dependencies>
<dependency>
<groupId>org.apache.geode</groupId>
<artifactId>geode-core</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<scope>compile</scope>
</dependency>
</dependencies>
{noformat}
> Log4j dependency should be upgraded to 2.12.0
> ---------------------------------------------
>
> Key: GEODE-7051
> URL: https://issues.apache.org/jira/browse/GEODE-7051
> Project: Geode
> Issue Type: Wish
> Components: build, logging
> Reporter: Kirk Lund
> Assignee: Kirk Lund
> Priority: Major
>
> Log4j dependency should be upgraded to 2.12.0 in Geode.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)