You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2020/06/17 13:53:56 UTC

[tinkerpop] 27/28: TINKERPOP-2076 Bump to official spark 3.0

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

spmallette pushed a commit to branch TINKERPOP-2076
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit 99b150881ff6f48322ddcf10a1ff9cc826b18be8
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Wed Jun 17 08:14:40 2020 -0400

    TINKERPOP-2076 Bump to official spark 3.0
    
    Fixed compile problem with console after rebase
---
 .../src/main/groovy/org/apache/tinkerpop/gremlin/console/Console.groovy | 1 -
 pom.xml                                                                 | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/gremlin-console/src/main/groovy/org/apache/tinkerpop/gremlin/console/Console.groovy b/gremlin-console/src/main/groovy/org/apache/tinkerpop/gremlin/console/Console.groovy
index 9f2ae07..3dd8e69 100644
--- a/gremlin-console/src/main/groovy/org/apache/tinkerpop/gremlin/console/Console.groovy
+++ b/gremlin-console/src/main/groovy/org/apache/tinkerpop/gremlin/console/Console.groovy
@@ -48,7 +48,6 @@ import org.codehaus.groovy.tools.shell.IO
 import org.codehaus.groovy.tools.shell.InteractiveShellRunner
 import org.codehaus.groovy.tools.shell.commands.SetCommand
 import org.fusesource.jansi.Ansi
-import picocli.CommandLine
 import sun.misc.Signal
 import sun.misc.SignalHandler
 
diff --git a/pom.xml b/pom.xml
index 5acf8bb..e8635d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -159,7 +159,7 @@ limitations under the License.
         <netty.version>4.1.49.Final</netty.version>
         <slf4j.version>1.7.25</slf4j.version>
         <snakeyaml.version>1.15</snakeyaml.version>
-        <spark.version>3.0.0-preview2</spark.version>
+        <spark.version>3.0.0</spark.version>
 
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>