You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by nd...@apache.org on 2022/04/19 14:08:33 UTC

[hbase] branch branch-2.5 updated: HBASE-26906 Remove duplicate dependency declaration

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

ndimiduk pushed a commit to branch branch-2.5
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.5 by this push:
     new 903ffe22bfa HBASE-26906 Remove duplicate dependency declaration
903ffe22bfa is described below

commit 903ffe22bfaebe0c050dbc1699ac9bbefc0be4ca
Author: Nick Dimiduk <nd...@apache.org>
AuthorDate: Wed Mar 30 13:49:30 2022 +0200

    HBASE-26906 Remove duplicate dependency declaration
    
    Signed-off-by: Andrew Purtell <ap...@apache.org>
---
 pom.xml | 40 ----------------------------------------
 1 file changed, 40 deletions(-)

diff --git a/pom.xml b/pom.xml
index 951d214e47f..c995ff917be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3712,46 +3712,6 @@
               </exclusion>
             </exclusions>
           </dependency>
-          <dependency>
-            <groupId>org.apache.hadoop</groupId>
-            <artifactId>hadoop-mapreduce-client-app</artifactId>
-            <version>${hadoop-three.version}</version>
-            <type>test-jar</type>
-            <exclusions>
-              <exclusion>
-                <groupId>org.codehaus.jackson</groupId>
-                <artifactId>jackson-mapper-asl</artifactId>
-              </exclusion>
-              <exclusion>
-                <groupId>org.codehaus.jackson</groupId>
-                <artifactId>jackson-core-asl</artifactId>
-              </exclusion>
-              <exclusion>
-                <groupId>org.codehaus.jackson</groupId>
-                <artifactId>jackson-jaxrs</artifactId>
-              </exclusion>
-              <exclusion>
-                <groupId>org.codehaus.jackson</groupId>
-                <artifactId>jackson-xc</artifactId>
-              </exclusion>
-              <exclusion>
-                <groupId>javax.xml.bind</groupId>
-                <artifactId>jaxb-api</artifactId>
-              </exclusion>
-              <exclusion>
-                <groupId>javax.ws.rs</groupId>
-                <artifactId>jsr311-api</artifactId>
-              </exclusion>
-              <exclusion>
-                <groupId>org.slf4j</groupId>
-                <artifactId>slf4j-log4j12</artifactId>
-              </exclusion>
-              <exclusion>
-                <groupId>log4j</groupId>
-                <artifactId>log4j</artifactId>
-              </exclusion>
-            </exclusions>
-          </dependency>
           <dependency>
             <groupId>org.apache.hadoop</groupId>
             <artifactId>hadoop-mapreduce-client-jobclient</artifactId>