Skip to content

Commit 6e3dcac

Browse files
authored
Merge pull request #1577 from data-integrations/sec_vuln_fix_hadoop2
[cherrypick][6.11]Fix security vulnerability regarding Hadoop 2
2 parents 46e8a11 + e335c6e commit 6e3dcac

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,10 @@
373373
<groupId>org.apache.hbase</groupId>
374374
<artifactId>hbase-common</artifactId>
375375
</exclusion>
376+
<exclusion>
377+
<groupId>org.apache.hadoop</groupId>
378+
<artifactId>hadoop-common</artifactId>
379+
</exclusion>
376380
</exclusions>
377381
</dependency>
378382
<dependency>
@@ -421,6 +425,10 @@
421425
<groupId>org.apache.htrace</groupId>
422426
<artifactId>htrace-core</artifactId>
423427
</exclusion>
428+
<exclusion>
429+
<groupId>org.apache.hadoop</groupId>
430+
<artifactId>hadoop-common</artifactId>
431+
</exclusion>
424432
</exclusions>
425433
</dependency>
426434
<dependency>

0 commit comments

Comments
 (0)