This is an automated email from the ASF dual-hosted git repository.
ppalaga pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push:
new 9a282a5971 Import quarkus-bom in Catalog
9a282a5971 is described below
commit 9a282a5971d9d44d6bd16c9ce11267aa84d25924
Author: Peter Palaga <[email protected]>
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 1401c28918..652b3f3c54 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>