You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/11/24 12:22:29 UTC

[camel] 01/03: CAMEL-17062 - Move camel-dependencies after catalog module

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

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 71e28ebe69a5c87721bbc63693a884473baf302e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 24 13:10:47 2021 +0100

    CAMEL-17062 - Move camel-dependencies after catalog module
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c5e0e42..b087321 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,6 @@
 
     <modules>
         <module>parent</module>
-        <module>camel-dependencies</module>
         <module>init</module>
         <module>etc</module>
         <module>bom</module>
@@ -80,6 +79,7 @@
         <module>components</module>
         <module>archetypes</module>
         <module>catalog</module>
+        <module>camel-dependencies</module>
         <module>dsl</module>
         <module>tests</module>
         <module>docs</module>