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 f0ba63ef2c43bb8025f16cce4dbd146fa839c35e Author: Claus Ibsen <[email protected]> AuthorDate: Tue Jan 28 06:18:12 2020 +0100 CAMEL-14444: Disable example that cannot build in offline mode --- examples/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/pom.xml b/examples/pom.xml index 03ec899..0ff8f83 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -91,7 +91,9 @@ <module>camel-example-olingo4-blueprint</module> <module>camel-example-pojo-messaging</module> <module>camel-example-reactive-executor-vertx</module> + <!-- disable non working example in offline build mode <module>camel-example-rest-karaf-osgi-activator</module> + --> <module>camel-example-route-throttling</module> <module>camel-example-servlet-rest-blueprint</module> <module>camel-example-servlet-tomcat</module>
