Quellcode durchsuchen

HADOOP-15594. Exclude commons-lang3 from hadoop-client-minicluster. Contributed by Takanobu Asanuma.

Akira Ajisaka vor 7 Jahren
Ursprung
Commit
d36ed94ee0
1 geänderte Dateien mit 8 neuen und 0 gelöschten Zeilen
  1. 8 0
      hadoop-client-modules/hadoop-client-minicluster/pom.xml

+ 8 - 0
hadoop-client-modules/hadoop-client-minicluster/pom.xml

@@ -166,6 +166,10 @@
           <groupId>commons-io</groupId>
           <artifactId>commons-io</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>org.apache.commons</groupId>
+          <artifactId>commons-lang3</artifactId>
+        </exclusion>
         <exclusion>
           <groupId>commons-logging</groupId>
           <artifactId>commons-logging</artifactId>
@@ -491,6 +495,10 @@
           <groupId>commons-codec</groupId>
           <artifactId>commons-codec</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>org.apache.commons</groupId>
+          <artifactId>commons-lang3</artifactId>
+        </exclusion>
         <exclusion>
           <groupId>commons-logging</groupId>
           <artifactId>commons-logging</artifactId>