Skip to content

Commit e7264c8

Browse files
exclude hadoop-common to fix sec vuln
1 parent 32cd6c5 commit e7264c8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

adls-plugins/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@
6868
<groupId>org.apache.hadoop</groupId>
6969
<artifactId>hadoop-hdfs</artifactId>
7070
</exclusion>
71+
<exclusion>
72+
<groupId>org.apache.hadoop</groupId>
73+
<artifactId>hadoop-common</artifactId>
74+
</exclusion>
7175
</exclusions>
7276
</dependency>
7377
<dependency>

0 commit comments

Comments
 (0)