You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zb...@apache.org on 2022/03/11 09:35:37 UTC

[camel-quarkus] 02/02: Add azure-servicebus and support-azure-core-http-client-vertx to the Catalog

This is an automated email from the ASF dual-hosted git repository.

zbendhiba pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit b96a20f23ae7b0dd11fe6afafdb9cb383fc8f0d4
Author: Zineb Bendhiba <be...@gmail.com>
AuthorDate: Thu Mar 10 19:11:58 2022 +0100

    Add azure-servicebus and support-azure-core-http-client-vertx to the Catalog
---
 catalog/pom.xml | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/catalog/pom.xml b/catalog/pom.xml
index 30b5f79..8159b84 100644
--- a/catalog/pom.xml
+++ b/catalog/pom.xml
@@ -573,6 +573,19 @@
         </dependency>
         <dependency>
             <groupId>org.apache.camel.quarkus</groupId>
+            <artifactId>camel-quarkus-azure-servicebus</artifactId>
+            <version>${project.version}</version>
+            <type>pom</type>
+            <scope>test</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>*</groupId>
+                    <artifactId>*</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.camel.quarkus</groupId>
             <artifactId>camel-quarkus-azure-storage-blob</artifactId>
             <version>${project.version}</version>
             <type>pom</type>
@@ -3654,6 +3667,19 @@
         </dependency>
         <dependency>
             <groupId>org.apache.camel.quarkus</groupId>
+            <artifactId>camel-quarkus-support-azure-core-http-client-vertx</artifactId>
+            <version>${project.version}</version>
+            <type>pom</type>
+            <scope>test</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>*</groupId>
+                    <artifactId>*</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.camel.quarkus</groupId>
             <artifactId>camel-quarkus-support-bouncycastle</artifactId>
             <version>${project.version}</version>
             <type>pom</type>