You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2022/03/24 08:48:26 UTC

[directory-ldap-api] branch master updated: Resolve a build issue with reference to non existent log4j dependencies

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d107fff  Resolve a build issue with reference to non existent log4j dependencies
d107fff is described below

commit d107fffce65683b08cc06349bfb4035377ce47c8
Author: emmanuel lecharny <el...@apache.org>
AuthorDate: Thu Mar 24 09:48:10 2022 +0100

    Resolve a build issue with reference to non existent log4j dependencies
---
 distribution/pom.xml                    | 10 ----------
 distribution/src/main/assembly/anon.xml |  1 -
 2 files changed, 11 deletions(-)

diff --git a/distribution/pom.xml b/distribution/pom.xml
index f9df52a..ce251ed 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -120,11 +120,6 @@
                   <artifactItems>
                     <artifactItem>
                       <groupId>org.slf4j</groupId>
-                      <artifactId>slf4j-log4j12</artifactId>
-                    </artifactItem>
-                    
-                    <artifactItem>
-                      <groupId>org.slf4j</groupId>
                       <artifactId>slf4j-api</artifactId>
                     </artifactItem>
                     
@@ -137,11 +132,6 @@
                       <groupId>org.apache.commons</groupId>
                       <artifactId>commons-collections4</artifactId>
                     </artifactItem>
-                    
-                    <artifactItem>
-                      <groupId>log4j</groupId>
-                      <artifactId>log4j</artifactId>
-                    </artifactItem>
                   </artifactItems>
                 </configuration>
               </execution>
diff --git a/distribution/src/main/assembly/anon.xml b/distribution/src/main/assembly/anon.xml
index b53548c..c7fefd4 100644
--- a/distribution/src/main/assembly/anon.xml
+++ b/distribution/src/main/assembly/anon.xml
@@ -43,7 +43,6 @@
         <!-- The external dependencies -->
         <include>antlr:antlr:jar:${antlr.version}</include>
         <include>org.apache.commons:commons-collections4:jar:${commons.collections.version}</include>
-        <include>log4j:log4j:jar:${log4j.version}</include>
         <include>org.slf4j:slf4j-api:jar:${slf4j.api.version}</include>
       </includes>
       <unpack>true</unpack>