You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2020/07/28 13:21:13 UTC

[directory-fortress-core] 02/03: log4j file name changed

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

smckinney pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-fortress-core.git

commit e5d784da96202fa6dceb4bc5418396f13b0c88ff
Author: John Eipe <jo...@INLM-JohnE.local>
AuthorDate: Sat Jun 20 17:06:33 2020 +0530

    log4j file name changed
---
 config/bootstrap/{log4j.xml => log4j2.xml}   | 0
 config/{log4j.xml => log4j2.xml}             | 0
 pom.xml                                      | 3 ++-
 src/test/resources/{log4j.xml => log4j2.xml} | 0
 4 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/config/bootstrap/log4j.xml b/config/bootstrap/log4j2.xml
similarity index 100%
rename from config/bootstrap/log4j.xml
rename to config/bootstrap/log4j2.xml
diff --git a/config/log4j.xml b/config/log4j2.xml
similarity index 100%
rename from config/log4j.xml
rename to config/log4j2.xml
diff --git a/pom.xml b/pom.xml
index ccff0cd..ad3802c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -726,7 +726,8 @@
                     <pathelement location="${org.apache.ant:ant:jar}" />
                     <pathelement location="${org.openldap:accelerator-api:jar}" />
                     <pathelement location="${org.openldap:accelerator-impl:jar}" />
-                    <pathelement location="${log4j:log4j:jar}" />
+                    <pathelement location="${org.apache.logging.log4j:log4j-api:jar}" />
+                    <pathelement location="${org.apache.logging.log4j:log4j-core:jar}" />
                     <pathelement location="${org.apache.directory.api:api-all:jar}" />
                     <pathelement location="${org.apache.mina:mina-core:jar}" />
                     <pathelement location="${org.jgrapht:jgrapht-core:jar}" />
diff --git a/src/test/resources/log4j.xml b/src/test/resources/log4j2.xml
similarity index 100%
rename from src/test/resources/log4j.xml
rename to src/test/resources/log4j2.xml