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-karaf.git


The following commit(s) were added to refs/heads/main by this push:
     new 0cef2593 camel-aws - Add dev console for AWS secrets
0cef2593 is described below

commit 0cef2593907019a8f75341d559c2782aec03e3fc
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Sep 7 22:25:06 2022 +0200

    camel-aws - Add dev console for AWS secrets
---
 platforms/karaf/features/src/main/resources/features.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/platforms/karaf/features/src/main/resources/features.xml 
b/platforms/karaf/features/src/main/resources/features.xml
index 9f211b6d..227d8f5c 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -56,6 +56,7 @@
     
<bundle>mvn:org.apache.camel/camel-core-languages/${project.version}</bundle>
     
<bundle>mvn:org.apache.camel.karaf/camel-core-osgi/${project.version}</bundle>
     <bundle>mvn:org.apache.camel/camel-core-catalog/${project.version}</bundle>
+    <bundle>mvn:org.apache.camel/camel-console/${project.version}</bundle>
     <bundle>mvn:org.apache.camel/camel-cloud/${project.version}</bundle>
     <bundle>mvn:org.apache.camel/camel-cluster/${project.version}</bundle>
     <bundle>mvn:org.apache.camel/camel-health/${project.version}</bundle>

Reply via email to