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:05:29 UTC

[hbase] branch branch-2 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
in repository https://gitbox.apache.org/repos/asf/hbase.git


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

commit a81b3691573cca46fa125f43bdde37edfbe6db10
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 69b2fa7fb24..904e891f2c2 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>