Skip to content

Commit 6ced0cf

Browse files
committed
TEZ-4303: Exclude compile-time httpclient dependency from Tez
1 parent b934644 commit 6ced0cf

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,12 +340,22 @@
340340
<groupId>commons-el</groupId>
341341
<artifactId>commons-el</artifactId>
342342
</exclusion>
343+
<exclusion>
344+
<groupId>org.apache.httpcomponents</groupId>
345+
<artifactId>httpclient</artifactId>
346+
</exclusion>
343347
</exclusions>
344348
</dependency>
345349
<dependency>
346350
<groupId>org.apache.hadoop</groupId>
347351
<artifactId>hadoop-auth</artifactId>
348352
<version>${hadoop.version}</version>
353+
<exclusions>
354+
<exclusion>
355+
<groupId>org.apache.httpcomponents</groupId>
356+
<artifactId>httpclient</artifactId>
357+
</exclusion>
358+
</exclusions>
349359
</dependency>
350360
<dependency>
351361
<groupId>org.apache.hadoop</groupId>

0 commit comments

Comments
 (0)