This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch activemq in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit d1d35a2407fabb0943cdd8b8801203ce4b4f38a9 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Apr 11 10:46:43 2022 +0200 Apache ActiveMQ source Kamelet: introduce ActiveMQ-Http dependency --- .../src/main/resources/kamelets/jms-apache-activemq-source.kamelet.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/library/camel-kamelets/src/main/resources/kamelets/jms-apache-activemq-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/jms-apache-activemq-source.kamelet.yaml index 70e771d0..8cb243b4 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/jms-apache-activemq-source.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/jms-apache-activemq-source.kamelet.yaml @@ -72,6 +72,7 @@ spec: dependencies: - "camel:activemq" - "camel:kamelet" + - "mvn:org.apache.activemq:activemq-http:5.16.2" template: beans: - name: activemq-source-local
