Skip to content

Commit

Permalink
changed mockito dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
vendigo committed Sep 12, 2017
1 parent 45896a2 commit 364e04f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>repository.org.mockito</groupId>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>${mockito-all.version}</version>
<version>1.10.19</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 364e04f

Please sign in to comment.