Adds missing test dependency

This commit is contained in:
Lukasz Lenart
2018-01-06 09:07:16 +01:00
parent bfa119c7db
commit cf19d5130c
+5
View File
@@ -46,6 +46,11 @@
<artifactId>spring-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>