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/12/21 09:42:34 UTC

[camel] 04/04: CAMEL-17192: Move camel-allcomponents into catalog folder

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

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

commit f487b3a7b33da362fca57f8c717e3a0dbd694671
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Dec 21 10:14:56 2021 +0100

    CAMEL-17192: Move camel-allcomponents into catalog folder
---
 catalog/pom.xml | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/catalog/pom.xml b/catalog/pom.xml
index aa6d09e..8bb0e27 100644
--- a/catalog/pom.xml
+++ b/catalog/pom.xml
@@ -48,15 +48,6 @@
         <module>camel-report-maven-plugin</module>
     </modules>
 
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.camel</groupId>
-            <artifactId>camel-allcomponents</artifactId>
-            <type>pom</type>
-            <scope>provided</scope>
-        </dependency>
-    </dependencies>
-
     <build>
         <plugins>
             <plugin>