Skip to content

Commit e335c6e

Browse files
committed
Fix security vulnerability regarding Hadoop 2
1 parent 46e8a11 commit e335c6e

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)