Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
add hamcrest-library dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
venusdrogon committed Aug 23, 2016
1 parent 9659a7e commit eb6f7af
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 @@ -228,6 +228,13 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<version>1.3</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.feilong.test</groupId>
<artifactId>feilong-common-test</artifactId>
Expand Down

0 comments on commit eb6f7af

Please sign in to comment.