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 e24c332 CAMEL-11869: Removed the unused dependency to mockito from
camel-infinispan
e24c332 is described below
commit e24c3320d0f3279abe157d9a277a46adeb7bf157
Author: aldettinger <[email protected]>
AuthorDate: Sun Oct 22 20:01:53 2017 +0200
CAMEL-11869: Removed the unused dependency to mockito from camel-infinispan
---
components/camel-infinispan/pom.xml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/components/camel-infinispan/pom.xml
b/components/camel-infinispan/pom.xml
index 0a62c34..babae3d 100644
--- a/components/camel-infinispan/pom.xml
+++ b/components/camel-infinispan/pom.xml
@@ -151,12 +151,6 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.mockito</groupId>
- <artifactId>mockito-all</artifactId>
- <version>${mockito-version}</version>
- <scope>test</scope>
- </dependency>
</dependencies>
<!-- unit testing requires java 8 -->
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].