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/30 12:04:19 UTC

[camel] 03/30: CAMEL-17384: Developer Console SPI

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 c193af4d43c2dd5e0b457748d24d392ae902b63b
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Dec 27 11:16:57 2021 +0100

    CAMEL-17384: Developer Console SPI
---
 apache-camel/pom.xml | 4 ++++
 parent/pom.xml       | 5 +++++
 2 files changed, 9 insertions(+)

diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml
index 9aec058..3d3fb0d 100644
--- a/apache-camel/pom.xml
+++ b/apache-camel/pom.xml
@@ -114,6 +114,10 @@
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
+            <artifactId>camel-console</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.camel</groupId>
             <artifactId>camel-health</artifactId>
         </dependency>
         <dependency>
diff --git a/parent/pom.xml b/parent/pom.xml
index dfdadc0..0217276 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -734,6 +734,11 @@
             </dependency>
             <dependency>
                 <groupId>org.apache.camel</groupId>
+                <artifactId>camel-console</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.camel</groupId>
                 <artifactId>camel-main</artifactId>
                 <version>${project.version}</version>
             </dependency>