jobob 9 år sedan
förälder
incheckning
a4ddbd3d5c
1 ändrade filer med 7 tillägg och 0 borttagningar
  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>