This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch CAMEL-13705 in repository https://gitbox.apache.org/repos/asf/camel.git
commit 61a254d7febd16c77206858e43e52fba8d8ddd0f Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Mon Jul 1 11:16:41 2019 +0200 CAMEL-13705: Properties component should work with Eclipse MicroProfile Config --- .../java/org/apache/camel/maven/packaging/SpringBootStarterMojo.java | 1 + 1 file changed, 1 insertion(+) diff --git a/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/SpringBootStarterMojo.java b/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/SpringBootStarterMojo.java index 2a5b36b..d4eac410 100644 --- a/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/SpringBootStarterMojo.java +++ b/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/SpringBootStarterMojo.java @@ -76,6 +76,7 @@ public class SpringBootStarterMojo extends AbstractMojo { private static final String[] IGNORE_MODULES = { /* OSGi -> */ "camel-blueprint", "camel-core-osgi", "camel-eventadmin", "camel-paxlogging", /* Java EE -> */ "camel-cdi", "camel-ejb", + /* Microprofile -> */ "camel-microprofile-config", /* deprecated (and not working perfectly) -> */ "camel-swagger", "camel-mina", "camel-ibatis", /* currently incompatible */ "camel-spark-rest", /* others (not managed) -> */ "camel-core-xml"};