You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2022/05/31 08:09:12 UTC

[camel-k-runtime] 01/02: fix(deps): non-productized dependencies with their community correspondent

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

pcongiusti pushed a commit to branch release-1.13.x
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit 7974f4869f821c6b7c97f03c7d68ff7745fcf6b5
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Tue May 31 09:50:20 2022 +0200

    fix(deps): non-productized dependencies with their community correspondent
---
 support/camel-k-maven-plugin/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/support/camel-k-maven-plugin/pom.xml b/support/camel-k-maven-plugin/pom.xml
index 4883c30d..a9eb672e 100644
--- a/support/camel-k-maven-plugin/pom.xml
+++ b/support/camel-k-maven-plugin/pom.xml
@@ -82,12 +82,12 @@
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-openapi-rest-dsl-generator</artifactId>
-            <version>${camel-version}</version>
+            <version>3.16.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-core-catalog</artifactId>
-            <version>${camel-version}</version>
+            <version>3.16.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.camel.quarkus</groupId>
@@ -102,7 +102,7 @@
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-catalog</artifactId>
-            <version>${camel-version}</version>
+            <version>3.16.0</version>
         </dependency>
         <dependency>
             <groupId>org.yaml</groupId>