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 <[email protected]>
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 <[email protected]>
---
 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to