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/01/03 15:59:35 UTC

[directory-ldap-api] branch master updated: Bumped up MINA to 2.1.5, remove all references to log4j and logback (we don't need them)

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 91d0f13  Bumped up MINA to 2.1.5, remove all references to log4j and logback (we don't need them)
91d0f13 is described below

commit 91d0f13f395cdb7f3218e225894b5aaf23b44bed
Author: emmanuel lecharny <el...@apache.org>
AuthorDate: Mon Jan 3 16:59:26 2022 +0100

    Bumped up MINA to 2.1.5, remove all references to log4j and logback (we don't need them)
---
 distribution/pom.xml |  5 -----
 integ-osgi/pom.xml   |  6 ------
 pom.xml              | 33 ++-------------------------------
 3 files changed, 2 insertions(+), 42 deletions(-)

diff --git a/distribution/pom.xml b/distribution/pom.xml
index ac355fc..f9df52a 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -87,11 +87,6 @@
 
     <dependency>
       <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-log4j12</artifactId>
-    </dependency>
-    
-    <dependency>
-      <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
     </dependency>
   </dependencies>
diff --git a/integ-osgi/pom.xml b/integ-osgi/pom.xml
index a213721..5ab80cf 100644
--- a/integ-osgi/pom.xml
+++ b/integ-osgi/pom.xml
@@ -99,12 +99,6 @@
     </dependency>
 
     <dependency>
-      <groupId>ch.qos.logback</groupId>
-      <artifactId>logback-classic</artifactId>
-      <scope>test</scope>
-    </dependency>
-
-    <dependency>
       <groupId>org.ops4j.pax.exam</groupId>
       <artifactId>pax-exam-container-forked</artifactId>
       <scope>test</scope>
diff --git a/pom.xml b/pom.xml
index 2e76a9b..fc08f76 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,16 +65,13 @@
     <hamcrest.version>2.2</hamcrest.version>
     <junit.engine.version>5.7.2</junit.engine.version>
     <junit.platform.version>1.7.2</junit.platform.version>
-    <log4j.version>1.2.17</log4j.version>
-    <logback.version>1.3.0-alpha5</logback.version>
-    <mina.core.version>2.1.3</mina.core.version>
+    <mina.core.version>2.1.5</mina.core.version>
     <org.osgi.core.version>6.0.0</org.osgi.core.version>
     <org.apache.felix.version>7.0.1</org.apache.felix.version>
     <pax-exam.version>4.13.4</pax-exam.version>
     <pax-url.version>2.6.2</pax-url.version>
-    <slf4j.api.version>1.7.26</slf4j.api.version>
+    <slf4j.api.version>1.7.32</slf4j.api.version>
     <slf4j.api.bundleversion>"$«range;[==,=+)»"</slf4j.api.bundleversion>
-    <slf4j.log4j12.version>1.7.26</slf4j.log4j12.version>
     <velocity.version>1.5</velocity.version>
     <wagon.ssh.version>3.4.3</wagon.ssh.version>
     <wagon.ssh.external.version>3.4.3</wagon.ssh.external.version>
@@ -581,12 +578,6 @@
           <version>${pax-url.version}</version>
       </dependency>
 
-      <dependency>
-          <groupId>ch.qos.logback</groupId>
-          <artifactId>logback-classic</artifactId>
-          <version>${logback.version}</version>
-      </dependency>
-
       <!-- Logging dependencies -->
 
       <dependency>
@@ -595,18 +586,6 @@
         <version>${slf4j.api.version}</version>
       </dependency>
 
-      <dependency>
-        <groupId>org.slf4j</groupId>
-        <artifactId>slf4j-log4j12</artifactId>
-        <version>${slf4j.log4j12.version}</version>
-      </dependency>
-
-      <dependency>
-        <groupId>log4j</groupId>
-        <artifactId>log4j</artifactId>
-        <version>${log4j.version}</version>
-      </dependency>
-      
       <!-- Other dependencies -->
 
       <dependency>
@@ -669,14 +648,6 @@
     </dependencies>
   </dependencyManagement>
 
-  <dependencies>
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-log4j12</artifactId>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-
   <scm>
     <connection>scm:git:https://gitbox.apache.org/repos/asf/directory-ldap-api.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/directory-ldap-api.git</developerConnection>