Skip to content

Commit

Permalink
Updated pom.xml.
Browse files Browse the repository at this point in the history
Added mockito as a dependency to make testing of http requests easier.
  • Loading branch information
roaraf committed Mar 3, 2026
1 parent ebe1524 commit f6cfff8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions helpmehelpapplication/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@
<artifactId>gson</artifactId>
<version>2.13.2</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.21.0</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit f6cfff8

Please sign in to comment.