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:40 UTC

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

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>