You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by aa...@apache.org on 2021/12/13 08:49:51 UTC

[hadoop] branch trunk updated: HADOOP-18043. Use mina-core 2.0.22 to fix LDAP unit test failures (#3792)

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

aajisaka pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 40464a5  HADOOP-18043. Use mina-core 2.0.22 to fix LDAP unit test failures (#3792)
40464a5 is described below

commit 40464a5e6c63ab05013fd493883570326168ae5c
Author: Akira Ajisaka <ak...@amazon.com>
AuthorDate: Mon Dec 13 17:49:22 2021 +0900

    HADOOP-18043. Use mina-core 2.0.22 to fix LDAP unit test failures (#3792)
    
    Reviewed-by: Ayush Saxena <ay...@apache.org>
---
 hadoop-project/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index ec64857..cc45975 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -1015,7 +1015,7 @@
       <dependency>
         <groupId>org.apache.mina</groupId>
         <artifactId>mina-core</artifactId>
-        <version>2.1.5</version>
+        <version>2.0.22</version>
       </dependency>
       <dependency>
         <groupId>org.apache.sshd</groupId>

---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org