瀏覽代碼

add hamcrest

jobob 9 年之前
父節點
當前提交
a4ddbd3d5c
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      mybatis-plus/pom.xml

+ 7 - 0
mybatis-plus/pom.xml

@@ -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>