Skip to content

Commit

Permalink
Add easymock as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardhusmann committed Sep 19, 2024
1 parent 6e6e342 commit 7690aa1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,13 @@
<version>1.2.1</version>
</dependency>

<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
<version>4.3</version>
<scope>test</scope>
</dependency>

</dependencies>

<build>
Expand Down

0 comments on commit 7690aa1

Please sign in to comment.