You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by se...@apache.org on 2021/05/18 15:23:47 UTC

[incubator-nlpcraft] branch NLPCRAFT-296 created (now b6a59e6)

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

sergeykamov pushed a change to branch NLPCRAFT-296
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git.


      at b6a59e6  WIP.

This branch includes the following new commits:

     new b6a59e6  WIP.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[incubator-nlpcraft] 01/01: WIP.

Posted by se...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sergeykamov pushed a commit to branch NLPCRAFT-296
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git

commit b6a59e6074a4f2fcae28cbffa2bb2f29cc028f8a
Author: Sergey Kamov <sk...@gmail.com>
AuthorDate: Tue May 18 18:23:38 2021 +0300

    WIP.
---
 pom.xml | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index b85025e..61ea2b9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,7 +72,7 @@
 
     <properties>
         <!-- Major Scala version. -->
-        <scala.base>2.12</scala.base>
+        <scala.base>2.13</scala.base>
         <java.ver>11</java.ver>
 
         <maven.build.timestamp.format>yyyy-MM-dd-HH-mm</maven.build.timestamp.format>
@@ -83,7 +83,7 @@
         <gridgain.agent.ver>2.8.1.2</gridgain.agent.ver>
         <scala.plugin.ver>4.3.1</scala.plugin.ver>
         <log4j.ver>2.12.0</log4j.ver>
-        <scala.ver>${scala.base}.11</scala.ver>
+        <scala.ver>${scala.base}.6</scala.ver>
         <scala.config.ver>1.3.4</scala.config.ver>
         <commons.codec.ver>1.14</commons.codec.ver>
         <commons.io.ver>2.7</commons.io.ver>
@@ -93,11 +93,11 @@
         <jsoup.ver>1.13.1</jsoup.ver>
         <slf4j.ver>1.7.26</slf4j.ver>
         <scala.logging.ver>3.9.2</scala.logging.ver>
-        <scala.arm.ver>2.0</scala.arm.ver>
+<!--        <scala.arm.ver>2.0</scala.arm.ver>-->
         <scala.xml.ver>1.1.1</scala.xml.ver>
         <c3p0.ver>0.9.5.4</c3p0.ver> <!-- Upgraded to due security vulnerability. -->
         <scalatest.ver>3.0.8</scalatest.ver>
-        <lift.json.ver>3.3.0</lift.json.ver>
+        <lift.json.ver>3.4.3</lift.json.ver>
         <scalaj.ver>2.4.1</scalaj.ver>
         <spray.ver>1.3.5</spray.ver>
         <tika.ver>1.21</tika.ver>
@@ -321,11 +321,11 @@
                 <version>${commons.io.ver}</version>
             </dependency>
 
-            <dependency>
-                <groupId>com.jsuereth</groupId>
-                <artifactId>scala-arm_${scala.base}</artifactId>
-                <version>${scala.arm.ver}</version>
-            </dependency>
+<!--            <dependency>-->
+<!--                <groupId>com.jsuereth</groupId>-->
+<!--                <artifactId>scala-arm_${scala.base}</artifactId>-->
+<!--                <version>${scala.arm.ver}</version>-->
+<!--            </dependency>-->
 
             <dependency>
                 <groupId>org.apache.tika</groupId>