diff --git a/pom.xml b/pom.xml index 8f1f13be77f49a2f70b2ee4987d4df24c7fca8cd..a94e4a312b3902a25793191e650c6cf0a539d0a0 100644 --- a/pom.xml +++ b/pom.xml @@ -26,8 +26,6 @@ <!-- Test --> <assertj.version>2.2.0</assertj.version> - <mockito.version>1.10.19</mockito.version> - <hamcrest.version>1.3</hamcrest.version> <!-- Dates --> <jodatime-hibernate.version>1.3</jodatime-hibernate.version> @@ -222,7 +220,7 @@ </exclusion> </exclusions> </dependency> - + <!-- Test Artifacts --> <dependency> <groupId>org.springframework</groupId> @@ -242,14 +240,13 @@ </dependency> <dependency> <groupId>org.mockito</groupId> - <artifactId>mockito-all</artifactId> - <version>${mockito.version}</version> + <artifactId>mockito-core</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-all</artifactId> - <version>${hamcrest.version}</version> + <scope>test</scope> </dependency> <!-- Dandelion -->