Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
feat!: remove mockito-core (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephaniewang526 committed May 19, 2020
1 parent 378f468 commit b690f8d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pom.xml
Expand Up @@ -76,7 +76,6 @@
<autovalue.version>1.7.2</autovalue.version>
<junit.version>4.13</junit.version>
<truth.version>1.0.1</truth.version>
<mockito.version>3.3.3</mockito.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -242,12 +241,6 @@
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>${mockito.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
Expand Down

0 comments on commit b690f8d

Please sign in to comment.