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 48afbf8 CAMEL-11869: Upgrade mockito-core to 2.11.0 for camel-mina2 48afbf8 is described below commit 48afbf86d25758c0e6f9a2800704d93a088c6a0a Author: aldettinger <aldettin...@gmail.com> AuthorDate: Sat Nov 11 18:04:53 2017 +0100 CAMEL-11869: Upgrade mockito-core to 2.11.0 for camel-mina2 --- components/camel-mina2/pom.xml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/components/camel-mina2/pom.xml b/components/camel-mina2/pom.xml index cef1314..63891b9 100644 --- a/components/camel-mina2/pom.xml +++ b/components/camel-mina2/pom.xml @@ -84,6 +84,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> + <version>${mockito2-version}</version> <scope>test</scope> </dependency> </dependencies> @@ -92,14 +93,14 @@ <plugins> <plugin> <artifactId>maven-surefire-plugin</artifactId> - <configuration> - <forkCount>1</forkCount> - <reuseForks>false</reuseForks> - <forkedProcessTimeoutInSeconds>1800</forkedProcessTimeoutInSeconds> - <excludes> - <!-- This test just show the shutdown error --> - <exclude>**/Mina2ProducerShutdownTest.*</exclude> - </excludes> + <configuration> + <forkCount>1</forkCount> + <reuseForks>false</reuseForks> + <forkedProcessTimeoutInSeconds>1800</forkedProcessTimeoutInSeconds> + <excludes> + <!-- This test just show the shutdown error --> + <exclude>**/Mina2ProducerShutdownTest.*</exclude> + </excludes> </configuration> </plugin> -- To stop receiving notification emails like this one, please contact ['"commits@camel.apache.org" <commits@camel.apache.org>'].