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-jsieve.git

commit 299032d5f571f0f71660729f2f46f988818a81dc
Author: Rene Cordier <rcord...@linagora.com>
AuthorDate: Fri Sep 6 14:45:10 2019 +0700

    JSIEVE-111 Upgrade log4j 1.2.14 -> log4j-core 2.12.1
---
 core/pom.xml |  4 ++--
 pom.xml      | 10 +++++-----
 util/pom.xml |  4 ++--
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/core/pom.xml b/core/pom.xml
index d3af024..c88e8ee 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -63,8 +63,8 @@
         </dependency>
 
         <dependency>
-            <groupId>log4j</groupId>
-            <artifactId>log4j</artifactId>
+            <groupId>org.apache.logging.log4j</groupId>
+            <artifactId>log4j-core</artifactId>
             <scope>test</scope>
         </dependency>
 
diff --git a/pom.xml b/pom.xml
index 9a337f0..1452f27 100644
--- a/pom.xml
+++ b/pom.xml
@@ -83,7 +83,7 @@
 
         <junit.version>4.12</junit.version>
         <jmock.version>1.2.0</jmock.version>
-        <log4j.version>1.2.14</log4j.version>
+        <log4j.version>2.12.1</log4j.version>
         <mail.version>1.4.4</mail.version>
         <activation.version>1.1.1</activation.version>
         <geronimo-activation.version>1.1</geronimo-activation.version>
@@ -141,8 +141,8 @@
                         <artifactId>logkit</artifactId>
                     </exclusion>
                     <exclusion>
-                        <groupId>log4j</groupId>
-                        <artifactId>log4j</artifactId>
+                        <groupId>org.apache.logging.log4j</groupId>
+                        <artifactId>log4j-core</artifactId>
                     </exclusion>
                     <exclusion>
                         <groupId>javax.servlet</groupId>
@@ -163,8 +163,8 @@
                 <scope>test</scope>
             </dependency>
             <dependency>
-                <groupId>log4j</groupId>
-                <artifactId>log4j</artifactId>
+                <groupId>org.apache.logging.log4j</groupId>
+                <artifactId>log4j-core</artifactId>
                 <version>${log4j.version}</version>
                 <scope>test</scope>
             </dependency>
diff --git a/util/pom.xml b/util/pom.xml
index b80af42..f32749b 100644
--- a/util/pom.xml
+++ b/util/pom.xml
@@ -70,8 +70,8 @@
         </dependency>
 
         <dependency>
-            <groupId>log4j</groupId>
-            <artifactId>log4j</artifactId>
+            <groupId>org.apache.logging.log4j</groupId>
+            <artifactId>log4j-core</artifactId>
             <scope>test</scope>
         </dependency>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to