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 68b6d21680d79b07d462806b3076a950fd266be0 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Apr 11 10:41:57 2022 +0200 Apache ActiveMQ sink Kamelet: Add ActiveMQ-http dependency to BOM --- library/camel-kamelets-bom/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/library/camel-kamelets-bom/pom.xml b/library/camel-kamelets-bom/pom.xml index 145c3768..b0133395 100644 --- a/library/camel-kamelets-bom/pom.xml +++ b/library/camel-kamelets-bom/pom.xml @@ -61,6 +61,11 @@ <artifactId>postgresql</artifactId> <version>${version.org.postgresql.postgresql}</version> </dependency> + <dependency> + <groupId>org.apache.activemq</groupId> + <artifactId>activemq-http</artifactId> + <version>${version.org.apache.activemq.activemq-http}</version> + </dependency> </dependencies> </dependencyManagement> </project>
