You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/01/14 12:56:05 UTC

[camel] branch camel-3.7.x updated: CAMEL-16033: Move camel-core-languages out of the generated list of components (#4879)

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

davsclaus pushed a commit to branch camel-3.7.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.7.x by this push:
     new 7d912ec  CAMEL-16033: Move camel-core-languages out of the generated list of components (#4879)
7d912ec is described below

commit 7d912ecdf4bbaa80888656c51ee3fd2cb0eee2d9
Author: Amos Feng <zf...@redhat.com>
AuthorDate: Thu Jan 14 20:17:57 2021 +0800

    CAMEL-16033: Move camel-core-languages out of the generated list of components (#4879)
---
 parent/pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index caa36c1..b8b41f1 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -676,6 +676,11 @@
             </dependency>
             <dependency>
                 <groupId>org.apache.camel</groupId>
+                <artifactId>camel-core-languages</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.camel</groupId>
                 <artifactId>camel-core-model</artifactId>
                 <version>${project.version}</version>
             </dependency>
@@ -1195,11 +1200,6 @@
 			</dependency>
 			<dependency>
 				<groupId>org.apache.camel</groupId>
-				<artifactId>camel-core-languages</artifactId>
-				<version>${project.version}</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.camel</groupId>
 				<artifactId>camel-couchbase</artifactId>
 				<version>${project.version}</version>
 			</dependency>