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/02/15 08:53:38 UTC

[directory-server] branch master updated: Removing log4j

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 272c7c3  Removing log4j
272c7c3 is described below

commit 272c7c3686e8177f4f056983d294205bfa1a46c5
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Feb 15 08:53:26 2022 +0000

    Removing log4j
---
 pom.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index d12efaa..2b055f3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,7 +73,6 @@
     <junit.jupiter.api.version>5.8.2</junit.jupiter.api.version>
     <kerby.version>2.0.1</kerby.version>
     <ldapsdk.version>4.1</ldapsdk.version>
-    <log4j.version>1.2.17</log4j.version>
     <logback.version>1.2.10</logback.version>
     <maven.version>3.8.4</maven.version>
     <mina.core.version>2.1.5</mina.core.version>
@@ -1182,12 +1181,6 @@
         <version>${slf4j.log4j12.version}</version>
       </dependency>
 
-      <dependency>
-        <groupId>log4j</groupId>
-        <artifactId>log4j</artifactId>
-        <version>${log4j.version}</version>
-      </dependency>
-      
       <!-- Other dependencies -->
 
       <dependency>