We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b934644 commit 6ced0cfCopy full SHA for 6ced0cf
1 file changed
pom.xml
@@ -340,12 +340,22 @@
340
<groupId>commons-el</groupId>
341
<artifactId>commons-el</artifactId>
342
</exclusion>
343
+ <exclusion>
344
+ <groupId>org.apache.httpcomponents</groupId>
345
+ <artifactId>httpclient</artifactId>
346
+ </exclusion>
347
</exclusions>
348
</dependency>
349
<dependency>
350
<groupId>org.apache.hadoop</groupId>
351
<artifactId>hadoop-auth</artifactId>
352
<version>${hadoop.version}</version>
353
+ <exclusions>
354
355
356
357
358
+ </exclusions>
359
360
361
0 commit comments