This is an automated email from the ASF dual-hosted git repository.

gnodet pushed a commit to branch camel-master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/camel-master by this push:
     new e11b9c0  Disable mongodb until Quarkus upgrades to 4.x
e11b9c0 is described below

commit e11b9c0651eef7634b6b08a7870b41864ae561a5
Author: Guillaume Nodet <[email protected]>
AuthorDate: Tue Apr 7 11:59:24 2020 +0200

    Disable mongodb until Quarkus upgrades to 4.x
---
 extensions/pom.xml        | 3 ++-
 integration-tests/pom.xml | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/extensions/pom.xml b/extensions/pom.xml
index 60352a9..bd4a9f7 100644
--- a/extensions/pom.xml
+++ b/extensions/pom.xml
@@ -97,7 +97,8 @@
         <module>mail</module>
         <module>microprofile-health</module>
         <module>microprofile-metrics</module>
-        <module>mongodb</module>
+<!--        Disable MongoDB until quarkus uses mongbd 4.x -->
+<!--        <module>mongodb</module>-->
         <module>mustache</module>
         <module>netty</module>
         <module>netty-http</module>
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index 87ca634..80e1d8d 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -91,7 +91,8 @@
         <module>mail</module>
         <module>messaging</module>
         <module>microprofile</module>
-        <module>mongodb</module>
+<!--        Disable MongoDB until quarkus uses mongbd 4.x -->
+<!--        <module>mongodb</module>-->
         <module>mustache</module>
         <module>netty</module>
         <module>olingo4</module>

Reply via email to