Skip to content

Commit b1b1fdc

Browse files
Merge pull request #155 from data-integrations/upgrade-mapreduce
Remove hadoop-common from orc-mapreduce
2 parents 32cd6c5 + e7264c8 commit b1b1fdc

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)