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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new b32904f  CAMEL-15650: Upgrade camel-spark to Apache Spark 3.x
b32904f is described below

commit b32904f0d8c448893dc7344f46d2b553f295f522
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Mon Jul 5 09:23:58 2021 +0200

    CAMEL-15650: Upgrade camel-spark to Apache Spark 3.x
---
 components/camel-spark/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-spark/pom.xml b/components/camel-spark/pom.xml
index 07ba0df..257e51b 100644
--- a/components/camel-spark/pom.xml
+++ b/components/camel-spark/pom.xml
@@ -66,7 +66,7 @@
         <dependency>
             <groupId>org.apache.spark</groupId>
             <artifactId>spark-core_2.12</artifactId>
-            <version>3.1.2</version>
+            <version>${spark-version}</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.scala-lang</groupId>
@@ -93,7 +93,7 @@
         <dependency>
             <groupId>org.apache.spark</groupId>
             <artifactId>spark-hive_2.12</artifactId>
-            <version>3.1.2</version>
+            <version>${spark-version}</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.scala-lang</groupId>

Reply via email to