You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by al...@apache.org on 2019/09/27 09:03:30 UTC

[camel] branch master updated: CAMEL-13965: Fixed the build

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 b30a554  CAMEL-13965: Fixed the build
b30a554 is described below

commit b30a5548e479924738b931d1f95f3b88e840f4d6
Author: aldettinger <al...@gmail.com>
AuthorDate: Fri Sep 27 11:02:04 2019 +0200

    CAMEL-13965: Fixed the build
---
 .../spring-boot-dm/camel-spring-boot-dependencies-generator/pom.xml      | 1 +
 1 file changed, 1 insertion(+)

diff --git a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies-generator/pom.xml b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies-generator/pom.xml
index 9e5cc33..ec547c0 100644
--- a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies-generator/pom.xml
+++ b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies-generator/pom.xml
@@ -161,6 +161,7 @@
                             <exclude>junit:*</exclude>
                             <exclude>org.junit.jupiter:*</exclude>
                             <exclude>org.junit.vintage:*</exclude>
+                            <exclude>org.junit.platform:*</exclude>
                             <exclude>net.sf.ehcache:ehcache</exclude>
 
                             <exclude>xml-apis:*</exclude>