You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by al...@apache.org on 2017/10/21 16:45:25 UTC

[camel] branch master updated: CAMEL-11869: Removed the unused dependency to mockito from camel-jcache

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 04160a1  CAMEL-11869: Removed the unused dependency to mockito from camel-jcache
04160a1 is described below

commit 04160a1d8d1f35e4cfaf5e0f78c9e7d46ca456a3
Author: aldettinger <al...@gmail.com>
AuthorDate: Sat Oct 21 18:25:48 2017 +0200

    CAMEL-11869: Removed the unused dependency to mockito from camel-jcache
---
 components/camel-jcache/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/components/camel-jcache/pom.xml b/components/camel-jcache/pom.xml
index 63ee312..3b1dc30 100644
--- a/components/camel-jcache/pom.xml
+++ b/components/camel-jcache/pom.xml
@@ -96,12 +96,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" <co...@camel.apache.org>'].