Skip to content

Commit

Permalink
feat: add mockito dependency (#284)
Browse files Browse the repository at this point in the history
* feat: add mockito dependency

* feat: add mockito dependency
  • Loading branch information
dmitry-fa committed Apr 28, 2020
1 parent f3dee7e commit 58692dd
Show file tree
Hide file tree
Showing 4 changed files with 428 additions and 28 deletions.
5 changes: 5 additions & 0 deletions google-cloud-storage/pom.xml
Expand Up @@ -156,6 +156,11 @@
<artifactId>easymock</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.objenesis</groupId>
<artifactId>objenesis</artifactId>
Expand Down

0 comments on commit 58692dd

Please sign in to comment.