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

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

commit cc4d0727e14d0bdc9bb0c037ef8ecccd8761c52a
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Thu Dec 30 09:54:54 2021 +0100

    CAMEL-17384: Developer Console SPI
---
 apache-camel/pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml
index 3d3fb0d..dba6eac 100644
--- a/apache-camel/pom.xml
+++ b/apache-camel/pom.xml
@@ -164,13 +164,17 @@
             <type>pom</type>
         </dependency>
 
-        <!-- camel catalog and commands -->
+        <!-- camel catalog -->
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-catalog</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
+            <artifactId>camel-catalog-console</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.camel</groupId>
             <artifactId>camel-catalog-lucene</artifactId>
         </dependency>
         <dependency>

Reply via email to