You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ak...@apache.org on 2020/02/04 12:56:16 UTC

[ignite] branch master updated: IGNITE-12613 Wrong version of Scala library for Java 9+. - Fixes #7345.

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

akuznetsov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new 0606f03  IGNITE-12613 Wrong version of Scala library for Java 9+. - Fixes #7345.
0606f03 is described below

commit 0606f03d501777bb9c600ec8a20e472b1e336ee9
Author: vesisko@gridgain.com <ve...@gridgain.com>
AuthorDate: Tue Feb 4 15:32:30 2020 +0300

    IGNITE-12613 Wrong version of Scala library for Java 9+. - Fixes #7345.
    
    Signed-off-by: Alexey Kuznetsov <ak...@apache.org>
---
 parent/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 12398d0..1e85081 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1063,7 +1063,6 @@
             <properties>
                 <maven.compiler.source>1.8</maven.compiler.source>
                 <maven.compiler.target>11</maven.compiler.target>
-                <scala.library.version>2.12.6</scala.library.version>
             </properties>
             <dependencies/>
             <build>