You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/04/05 14:51:33 UTC

[camel-k-runtime] 03/08: Bump to Camel 3.16.0, Quarkus 2.8.0.Final, GraalVM 22.0.0.2 and camel-quarkus 2.8.0

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

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

commit 45eec43566ea12660cd48f5e440e5e48d53c7e2b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Apr 4 14:46:10 2022 +0200

    Bump to Camel 3.16.0, Quarkus 2.8.0.Final, GraalVM 22.0.0.2 and camel-quarkus 2.8.0
---
 pom.xml                              | 7 +++++++
 support/camel-k-maven-plugin/pom.xml | 5 +++++
 2 files changed, 12 insertions(+)

diff --git a/pom.xml b/pom.xml
index cf08be19..b6d2e554 100644
--- a/pom.xml
+++ b/pom.xml
@@ -451,6 +451,13 @@
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
+            <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>
diff --git a/support/camel-k-maven-plugin/pom.xml b/support/camel-k-maven-plugin/pom.xml
index 4e96f750..5f5209f5 100644
--- a/support/camel-k-maven-plugin/pom.xml
+++ b/support/camel-k-maven-plugin/pom.xml
@@ -99,6 +99,11 @@
             <artifactId>camel-quarkus-core</artifactId>
             <version>${camel-quarkus-version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.camel</groupId>
+            <artifactId>camel-catalog</artifactId>
+            <version>${camel-version}</version>
+        </dependency>
         <dependency>
             <groupId>org.yaml</groupId>
             <artifactId>snakeyaml</artifactId>