Skip to content

Commit

Permalink
#734 - removed explicit mockito dependency (dependency is managed by …
Browse files Browse the repository at this point in the history
…spring boot)
  • Loading branch information
deadlocker8 committed Jun 11, 2023
1 parent 24d87ec commit 85bc2cb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions BudgetMasterServer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -213,12 +213,6 @@
<version>${selenium.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-inline</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 85bc2cb

Please sign in to comment.