|
@@ -43,6 +43,7 @@
|
|
|
<mybatis-ehcache.version>1.0.3</mybatis-ehcache.version>
|
|
|
<junit.version>4.12</junit.version>
|
|
|
<contiperf.version>2.3.4</contiperf.version>
|
|
|
+ <hamcrest.version>1.3</hamcrest.version>
|
|
|
<mockito.version>2.1.0-RC.1</mockito.version>
|
|
|
</properties>
|
|
|
|
|
@@ -131,6 +132,12 @@
|
|
|
<version>${contiperf.version}</version>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.hamcrest</groupId>
|
|
|
+ <artifactId>hamcrest-all</artifactId>
|
|
|
+ <version>${hamcrest.version}</version>
|
|
|
+ <scope>test</scope>
|
|
|
+ </dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.mockito</groupId>
|
|
|
<artifactId>mockito-core</artifactId>
|