Skip to content

Commit

Permalink
pom changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuj Modi committed Aug 5, 2024
1 parent cea7801 commit 237fd5d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions hadoop-tools/hadoop-azure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -323,8 +323,23 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>4.11.0</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-inline</artifactId>
<version>4.11.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-minikdc</artifactId>
Expand Down

0 comments on commit 237fd5d

Please sign in to comment.