Skip to content

Commit

Permalink
Add dependency needed by compere system stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
holly-cummins committed Mar 14, 2023
1 parent 349dd8d commit 0875cb1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions independent-projects/extension-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,13 @@
<version>3.8.7</version>
<scope>test</scope>
</dependency>
<!-- Needed for system stubs -->
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.1.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>uk.org.webcompere</groupId>
<artifactId>system-stubs-jupiter</artifactId>
Expand Down

0 comments on commit 0875cb1

Please sign in to comment.