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 674d545  CAMEL-11869: Upgrade mockito-core to version 2.11.0 for 
camel-bam
674d545 is described below

commit 674d54555c6b409bf6ddea045fd49525b4f9b655
Author: aldettinger <aldettin...@gmail.com>
AuthorDate: Tue Nov 21 18:27:21 2017 +0100

    CAMEL-11869: Upgrade mockito-core to version 2.11.0 for camel-bam
---
 components/camel-bam/pom.xml | 16 ++++++----------
 1 file changed, 6 insertions(+), 10 deletions(-)

diff --git a/components/camel-bam/pom.xml b/components/camel-bam/pom.xml
index 5986227..e65965a 100644
--- a/components/camel-bam/pom.xml
+++ b/components/camel-bam/pom.xml
@@ -75,11 +75,6 @@
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>org.apache.camel</groupId>
-      <artifactId>camel-juel</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
       <groupId>org.apache.logging.log4j</groupId>
       <artifactId>log4j-api</artifactId>
       <scope>test</scope>
@@ -99,11 +94,12 @@
       <artifactId>junit</artifactId>
       <scope>test</scope>
     </dependency>
-      <dependency>
-          <groupId>org.mockito</groupId>
-          <artifactId>mockito-core</artifactId>
-          <scope>test</scope>
-      </dependency>
+    <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-core</artifactId>
+      <version>${mockito2-version}</version>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 
   <profiles>

-- 
To stop receiving notification emails like this one, please contact
['"commits@camel.apache.org" <commits@camel.apache.org>'].

Reply via email to