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

zaleslaw pushed a commit to branch ignite-12534
in repository https://gitbox.apache.org/repos/asf/ignite.git

commit 63b350d93568397032d6e4a25b0384a6d5c49e45
Author: Alexey Zinoviev <zaleslaw....@gmail.com>
AuthorDate: Tue Jan 14 14:03:38 2020 +0300

    IGNITE-12534: [Spark] The spark 2.4 is not found in optional folder
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 15ce173..6db5b55 100644
--- a/pom.xml
+++ b/pom.xml
@@ -570,6 +570,11 @@
 
         <profile>
             <id>spark-2.4</id>
+
+            <activation>
+                <property><name>!scala-2.10</name></property>
+            </activation>
+
             <modules>
                 <module>modules/spark-2.4</module>
                 <module>modules/ml/mleap-model-parser</module>

Reply via email to