You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gn...@apache.org on 2019/01/24 13:26:27 UTC

[camel] branch master updated: [CAMEL-13118] Revert for mongodb3

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

gnodet 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 ba7f324  [CAMEL-13118] Revert for mongodb3
ba7f324 is described below

commit ba7f324614f32f3fbd43529f730eac3a1a093fb1
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Thu Jan 24 14:26:13 2019 +0100

    [CAMEL-13118] Revert for mongodb3
---
 components/camel-mongodb3/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-mongodb3/pom.xml b/components/camel-mongodb3/pom.xml
index 22183dc..1dd336b 100644
--- a/components/camel-mongodb3/pom.xml
+++ b/components/camel-mongodb3/pom.xml
@@ -38,7 +38,7 @@
 
     <dependency>
       <groupId>org.apache.camel</groupId>
-      <artifactId>camel-support</artifactId>
+      <artifactId>camel-core</artifactId>
     </dependency>
 
 	<!-- JSON is vital to MongoDB, so we absolutely require camel-jackson -->