This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit f76468eca697df1bf8011893161763b9c7ab313a Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed Feb 28 16:51:40 2018 +0100 Polished --- camel-core/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/camel-core/pom.xml b/camel-core/pom.xml index 0b6baa3..0c12462 100644 --- a/camel-core/pom.xml +++ b/camel-core/pom.xml @@ -680,10 +680,10 @@ <configuration> <!-- skip file stress tests as they are intended to run manually --> <excludes> - <exclude>org/apache/camel/component/file/stress/**.java</exclude> - <exclude>**/DistributedCompletionIntervalTest.java</exclude> - <exclude>**/DistributedConcurrentPerCorrelationKeyTest.java</exclude> - <exclude>${platform.skip.tests}</exclude> + <exclude>org/apache/camel/component/file/stress/**.java</exclude> + <exclude>**/DistributedCompletionIntervalTest.java</exclude> + <exclude>**/DistributedConcurrentPerCorrelationKeyTest.java</exclude> + <exclude>${platform.skip.tests}</exclude> </excludes> <forkedProcessTimeoutInSeconds>3000</forkedProcessTimeoutInSeconds> <!-- needed for testing the properties component --> -- To stop receiving notification emails like this one, please contact davscl...@apache.org.