Skip to content

Commit

Permalink
fix mockito
Browse files Browse the repository at this point in the history
  • Loading branch information
ejblanco committed Jan 7, 2025
1 parent fc601e2 commit c458b6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resource-managers/kubernetes/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@

<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<artifactId>mockito-scala_2.12</artifactId>
<version>1.17.22</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit c458b6a

Please sign in to comment.