This is an automated email from the ASF dual-hosted git repository. aldettinger pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 1a3850b CAMEL-11869: Removed the unused dependency to mockito from camel-ehcache 1a3850b is described below commit 1a3850b0f35adaeea3522e3e3cd82e4808efb57a Author: aldettinger <aldettin...@gmail.com> AuthorDate: Thu Oct 19 17:56:19 2017 +0200 CAMEL-11869: Removed the unused dependency to mockito from camel-ehcache --- components/camel-ehcache/pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/components/camel-ehcache/pom.xml b/components/camel-ehcache/pom.xml index 7b52c88..59f22cc 100644 --- a/components/camel-ehcache/pom.xml +++ b/components/camel-ehcache/pom.xml @@ -79,12 +79,6 @@ <scope>test</scope> </dependency> <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-all</artifactId> - <version>${mockito-version}</version> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.hamcrest</groupId> <artifactId>java-hamcrest</artifactId> <version>${hamcrest-version}</version> -- To stop receiving notification emails like this one, please contact ['"commits@camel.apache.org" <commits@camel.apache.org>'].