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

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit 10f7aaf9a440b1bc83e88e1842b4b89fff5c96ec
Author: Tran Tien Duc <[email protected]>
AuthorDate: Wed Aug 28 12:55:49 2019 +0700

    JAMES-2855 Route log4j2 logs to slf4j
---
 backends-common/elasticsearch/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/backends-common/elasticsearch/pom.xml 
b/backends-common/elasticsearch/pom.xml
index e9164b8..3e2a9fa 100644
--- a/backends-common/elasticsearch/pom.xml
+++ b/backends-common/elasticsearch/pom.xml
@@ -75,6 +75,11 @@
             <artifactId>commons-configuration2</artifactId>
         </dependency>
         <dependency>
+            <groupId>org.apache.logging.log4j</groupId>
+            <artifactId>log4j-to-slf4j</artifactId>
+            <version>2.12.1</version>
+        </dependency>
+        <dependency>
             <groupId>org.assertj</groupId>
             <artifactId>assertj-core</artifactId>
             <scope>test</scope>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to