Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/HH-89951'
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksim Kiryanov committed Mar 19, 2019
2 parents f34c104 + 599175f commit 617e14c
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 @@ -56,6 +56,13 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>2.1</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
Expand Down

0 comments on commit 617e14c

Please sign in to comment.