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/12/14 20:08:38 UTC

[tinkerpop] branch master updated (62457b5 -> 856f3a5)

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

spmallette pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.


    from 62457b5  Merge branch '3.4-dev'
     add b56ec83  Bumped to gmavenplus plugin 1.12.0. CTR
     new f49b603  Merge branch '3.4-dev'
     new 856f3a5  Removed gremlin-python dependency for gmavenplus.

The 2 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.


Summary of changes:
 gremlin-python/pom.xml | 12 ++++++++++--
 pom.xml                |  2 +-
 2 files changed, 11 insertions(+), 3 deletions(-)


[tinkerpop] 01/02: Merge branch '3.4-dev'

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

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

commit f49b603acd2a706807ae1b5d58c421cb4ec18f9e
Merge: 62457b5 b56ec83
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Mon Dec 14 14:24:34 2020 -0500

    Merge branch '3.4-dev'

 gremlin-python/pom.xml | 17 +++++++++++++++--
 pom.xml                |  2 +-
 2 files changed, 16 insertions(+), 3 deletions(-)



[tinkerpop] 02/02: Removed gremlin-python dependency for gmavenplus.

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

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

commit 856f3a5f8b298929a321763dafc25c7e35f8b4e6
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Mon Dec 14 15:06:59 2020 -0500

    Removed gremlin-python dependency for gmavenplus.
    
    Not needed on 3.5.x as there is no more python ScriptEngine to test. CTR
---
 gremlin-python/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/gremlin-python/pom.xml b/gremlin-python/pom.xml
index 70881bb..98091c9 100644
--- a/gremlin-python/pom.xml
+++ b/gremlin-python/pom.xml
@@ -264,11 +264,6 @@ limitations under the License.
                             </dependency>
                             <dependency>
                                 <groupId>org.apache.tinkerpop</groupId>
-                                <artifactId>gremlin-python</artifactId>
-                                <version>${project.version}</version>
-                            </dependency>
-                            <dependency>
-                                <groupId>org.apache.tinkerpop</groupId>
                                 <artifactId>gremlin-groovy</artifactId>
                                 <version>${project.version}</version>
                             </dependency>