You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by co...@apache.org on 2022/04/26 11:06:54 UTC

[directory-kerby] branch trunk updated: Switching from log4j to reload4j for logging

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

coheigea pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/directory-kerby.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 1035b6f9 Switching from log4j to reload4j for logging
1035b6f9 is described below

commit 1035b6f9c75337244e535ff124458b69f71af0c8
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Apr 26 12:06:26 2022 +0100

    Switching from log4j to reload4j for logging
---
 kerby-dist/kdc-dist/pom.xml  | 7 +------
 kerby-dist/tool-dist/pom.xml | 7 +------
 pom.xml                      | 1 -
 3 files changed, 2 insertions(+), 13 deletions(-)

diff --git a/kerby-dist/kdc-dist/pom.xml b/kerby-dist/kdc-dist/pom.xml
index 7ecac4fb..532bbce7 100644
--- a/kerby-dist/kdc-dist/pom.xml
+++ b/kerby-dist/kdc-dist/pom.xml
@@ -100,14 +100,9 @@
     <!-- For common and misc -->
     <dependency>
       <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-log4j12</artifactId>
+      <artifactId>slf4j-reload4j</artifactId>
       <version>${slf4j.version}</version>
     </dependency>
-    <dependency>
-      <groupId>log4j</groupId>
-      <artifactId>log4j</artifactId>
-      <version>${log4j.version}</version>
-    </dependency>
   </dependencies>
 
   <profiles>
diff --git a/kerby-dist/tool-dist/pom.xml b/kerby-dist/tool-dist/pom.xml
index b5448cd9..0d5d9a69 100644
--- a/kerby-dist/tool-dist/pom.xml
+++ b/kerby-dist/tool-dist/pom.xml
@@ -51,14 +51,9 @@
     </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-log4j12</artifactId>
+      <artifactId>slf4j-reload4j</artifactId>
       <version>${slf4j.version}</version>
     </dependency>
-    <dependency>
-      <groupId>log4j</groupId>
-      <artifactId>log4j</artifactId>
-      <version>${log4j.version}</version>
-    </dependency>
   </dependencies>
 
   <profiles>
diff --git a/pom.xml b/pom.xml
index 4c63657a..9809386f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,6 @@
     <gson.version>2.8.9</gson.version>
     <h2.version>2.1.210</h2.version>
     <ldap.api.version>2.0.2</ldap.api.version>
-    <log4j.version>1.2.17</log4j.version>
     <junit.version>4.13.2</junit.version>
     <nimbus.jose.version>9.9.3</nimbus.jose.version>
     <slf4j.version>1.7.36</slf4j.version>