Repository: camel Updated Branches: refs/heads/master 02b327287 -> ce74d3e37
CAMEL-11395: downgrade surefire to 2.19 for spring-boot itests Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/ce74d3e3 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/ce74d3e3 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/ce74d3e3 Branch: refs/heads/master Commit: ce74d3e37467c0b64fc8dedef707686cf708f690 Parents: 02b3272 Author: Nicola Ferraro <ni.ferr...@gmail.com> Authored: Wed Jun 14 13:34:09 2017 +0200 Committer: Nicola Ferraro <ni.ferr...@gmail.com> Committed: Wed Jun 14 13:34:56 2017 +0200 ---------------------------------------------------------------------- tests/camel-itest-spring-boot/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/ce74d3e3/tests/camel-itest-spring-boot/pom.xml ---------------------------------------------------------------------- diff --git a/tests/camel-itest-spring-boot/pom.xml b/tests/camel-itest-spring-boot/pom.xml index c3a40a9..fa6a001 100644 --- a/tests/camel-itest-spring-boot/pom.xml +++ b/tests/camel-itest-spring-boot/pom.xml @@ -31,6 +31,11 @@ <name>Camel :: Integration Tests :: Spring-Boot</name> <description>Spring-Boot Camel test</description> + <properties> + <!-- Upgrading to 2.20 activates this bug: https://issues.apache.org/jira/browse/SUREFIRE-1382 --> + <maven-surefire-plugin-version>2.19</maven-surefire-plugin-version> + </properties> + <dependencies> <dependency>