You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2020/10/21 08:16:28 UTC

[camel-k-runtime] 01/04: chore(deps): update to camel-quarkus 1.3.0

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

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

commit cfd08e6c7f3b537b224753c72551ec4d8d9ace40
Author: Luca Burgazzoli <lb...@gmail.com>
AuthorDate: Thu Oct 15 16:14:29 2020 +0200

    chore(deps): update to camel-quarkus 1.3.0
---
 components/camel-knative/camel-knative/pom.xml |  3 +++
 pom.xml                                        | 14 ++++----------
 tooling/camel-k-test/pom.xml                   |  4 ----
 3 files changed, 7 insertions(+), 14 deletions(-)

diff --git a/components/camel-knative/camel-knative/pom.xml b/components/camel-knative/camel-knative/pom.xml
index 0d59bc1..df1b560 100644
--- a/components/camel-knative/camel-knative/pom.xml
+++ b/components/camel-knative/camel-knative/pom.xml
@@ -103,6 +103,8 @@
                     </execution>
                 </executions>
             </plugin>
+            <!--
+            TODO: re-enable after fix for https://issues.apache.org/jira/browse/CAMEL-15706
             <plugin>
                 <groupId>org.apache.camel</groupId>
                 <artifactId>camel-package-maven-plugin</artifactId>
@@ -116,6 +118,7 @@
                     </execution>
                 </executions>
             </plugin>
+            -->
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>build-helper-maven-plugin</artifactId>
diff --git a/pom.xml b/pom.xml
index 831da1b..da193ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-dependencies</artifactId>
-        <version>3.5.0</version>
+        <version>3.6.0</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -38,12 +38,12 @@
         <maven.compiler.source>11</maven.compiler.source>
         <maven.compiler.target>11</maven.compiler.target>
 
-        <camel-version>3.5.0</camel-version>
+        <camel-version>3.6.0</camel-version>
 
         <!-- quarkus -->
-        <camel-quarkus-version>1.1.0</camel-quarkus-version>
+        <camel-quarkus-version>1.3.0</camel-quarkus-version>
         <graalvm-version>20.2.0</graalvm-version>
-        <quarkus-version>1.8.0.Final</quarkus-version>
+        <quarkus-version>1.9.0.Final</quarkus-version>
 
         <!-- camel-k -->
         <joor-version>0.9.13</joor-version>
@@ -55,7 +55,6 @@
         <immutables-version>2.8.8</immutables-version>
         <semver4j-version>3.1.0</semver4j-version>
         <jaeger-version>1.4.0</jaeger-version>
-        <junit-pioneer-version>1.0.0</junit-pioneer-version>
 
         <!-- overridden camel dependencies versions -->
         <javapoet-version>1.13.0</javapoet-version>
@@ -748,11 +747,6 @@
                 <version>${junit-jupiter-version}</version>
             </dependency>
             <dependency>
-                <groupId>org.junit-pioneer</groupId>
-                <artifactId>junit-pioneer</artifactId>
-                <version>${junit-pioneer-version}</version>
-            </dependency>
-            <dependency>
                 <groupId>org.assertj</groupId>
                 <artifactId>assertj-core</artifactId>
                 <version>${assertj-version}</version>
diff --git a/tooling/camel-k-test/pom.xml b/tooling/camel-k-test/pom.xml
index a9b5285..b9e434c 100644
--- a/tooling/camel-k-test/pom.xml
+++ b/tooling/camel-k-test/pom.xml
@@ -33,10 +33,6 @@
             <groupId>org.junit.jupiter</groupId>
             <artifactId>junit-jupiter</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.junit-pioneer</groupId>
-            <artifactId>junit-pioneer</artifactId>
-        </dependency>
 
         <dependency>
             <groupId>org.assertj</groupId>