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:08:12 UTC

[directory-server] branch master updated: Removing unnecessary compile log4j dependency

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 460140a  Removing unnecessary compile log4j dependency
460140a is described below

commit 460140a6a42b4a1fba9a865d2afef44f3a4f768f
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Feb 15 08:07:49 2022 +0000

    Removing unnecessary compile log4j dependency
---
 server-integ/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/server-integ/pom.xml b/server-integ/pom.xml
index 997f33e..22ac8a0 100644
--- a/server-integ/pom.xml
+++ b/server-integ/pom.xml
@@ -100,11 +100,6 @@
     </dependency>
 
     <dependency>
-      <groupId>log4j</groupId>
-      <artifactId>log4j</artifactId>
-    </dependency>
-
-    <dependency>
       <groupId>org.apache.directory.api</groupId>
       <artifactId>api-asn1-api</artifactId>
     </dependency>