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 15105c3c0b04429df1d5ccb6244e5d278a8994bc
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Apr 11 10:41:04 2022 +0200

    Apache ActiveMQ sink Kamelet: introduce ActiveMQ-Http dependency
---
 kamelets/jms-apache-activemq-sink.kamelet.yaml | 1 +
 pom.xml                                        | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/kamelets/jms-apache-activemq-sink.kamelet.yaml 
b/kamelets/jms-apache-activemq-sink.kamelet.yaml
index 139d71a8..8648bc91 100644
--- a/kamelets/jms-apache-activemq-sink.kamelet.yaml
+++ b/kamelets/jms-apache-activemq-sink.kamelet.yaml
@@ -72,6 +72,7 @@ spec:
   dependencies:
   - "camel:kamelet"
   - "camel:activemq"
+  - "mvn:org.apache.activemq:activemq-http:5.16.2"
   template:
     beans:
       - name: sinkConnectionFactoryBean-local
diff --git a/pom.xml b/pom.xml
index 75c11ad8..760efefb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,6 +73,7 @@
         
<version.org.apache.qpid.qpid-jms-client>1.0.0</version.org.apache.qpid.qpid-jms-client>
         
<version.org.apache.activemq.artemis-jms-client-all>2.20.0</version.org.apache.activemq.artemis-jms-client-all>
         
<version.org.postgresql.postgresql>42.3.3</version.org.postgresql.postgresql>
+        
<version.org.apache.activemq.activemq-http>5.16.2</version.org.apache.activemq.activemq-http>
     </properties>
 
     <developers>
@@ -313,7 +314,8 @@
                         "version.com.amazon.redshift.redshift-jdbc42": 
"${version.com.amazon.redshift.redshift-jdbc42}",
                         "version.org.apache.qpid.qpid-jms-client": 
"${version.org.apache.qpid.qpid-jms-client}",
                         "version.org.apache.activemq.artemis-jms-client-all": 
"${version.org.apache.activemq.artemis-jms-client-all}",
-                        "version.org.postgresql.postgresql": 
"${version.org.postgresql.postgresql}"
+                        "version.org.postgresql.postgresql": 
"${version.org.postgresql.postgresql}",
+                        "version.org.apache.activemq.activemq-http": 
"${version.org.apache.activemq.activemq-http}",
                     ])
                     </source>
                 </configuration>

Reply via email to