You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2022/04/18 20:58:29 UTC

[camel-quarkus] 07/11: Import quarkus-bom in Catalog

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

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

commit ffe5c9aa335331f4f7b37fdcae5f7cad27bd7837
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Wed Apr 13 10:48:31 2022 +0200

    Import quarkus-bom in Catalog
---
 catalog/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/catalog/pom.xml b/catalog/pom.xml
index e5b27c5dee..e1eda6c01f 100644
--- a/catalog/pom.xml
+++ b/catalog/pom.xml
@@ -32,6 +32,13 @@
 
     <dependencyManagement>
         <dependencies>
+            <dependency>
+                <groupId>io.quarkus</groupId>
+                <artifactId>quarkus-bom</artifactId>
+                <version>${quarkus.version}</version>
+                <type>pom</type>
+                <scope>import</scope>
+            </dependency>
             <dependency>
                 <groupId>org.apache.camel.quarkus</groupId>
                 <artifactId>camel-quarkus-bom</artifactId>