Skip to content

Commit

Permalink
Exclude Avro from Hadoop-Common
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushtkn committed Dec 22, 2024
1 parent 4f3ea61 commit 2664d81
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tez-ext-service-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
<exclusions>
<exclusion>
<groupId>org.apache.avro</groupId>
<artifactId>avro</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
Expand Down

0 comments on commit 2664d81

Please sign in to comment.