This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new 9c2e672  [LOG4J2-3316] Log4j 1.2 bridge should ignore case in 
properties file keys.
9c2e672 is described below

commit 9c2e672e252e3994bef7e9ed939d989b3a31ed63
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Jan 4 17:21:06 2022 -0500

    [LOG4J2-3316] Log4j 1.2 bridge should ignore case in properties file
    keys.
---
 log4j-1.2-api/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/log4j-1.2-api/pom.xml b/log4j-1.2-api/pom.xml
index 3228734..ca24cd3 100644
--- a/log4j-1.2-api/pom.xml
+++ b/log4j-1.2-api/pom.xml
@@ -46,6 +46,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
+      <scope>test</scope>
     </dependency>
     <!-- Place Felix before Equinox because Felix is signed. -->
     <dependency>

Reply via email to