You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@giraph.apache.org by di...@apache.org on 2020/05/09 00:07:55 UTC

[giraph] branch trunk updated: GIRAPH-1241

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

dionysios pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/giraph.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 2f2085c  GIRAPH-1241
2f2085c is described below

commit 2f2085c8770d3f15c2bc8aaaf71f3590d098af47
Author: Dionysios Logothetis <dl...@gmail.com>
AuthorDate: Fri May 8 17:07:34 2020 -0700

    GIRAPH-1241
    
    closes #131
---
 pom.xml | 42 ------------------------------------------
 1 file changed, 42 deletions(-)

diff --git a/pom.xml b/pom.xml
index aeb63ff..84ef78d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -352,7 +352,6 @@ under the License.
     <dep.openhft-compiler.version>2.2.1</dep.openhft-compiler.version>
     <dep.paranamer.version>2.5.2</dep.paranamer.version>
     <dep.slf4j.version>1.7.6</dep.slf4j.version>
-    <dep.tinkerpop.rexter.version>2.4.0</dep.tinkerpop.rexter.version>
     <dep.typetools.version>0.2.1</dep.typetools.version>
     <dep.yammer-metrics.version>2.2.0</dep.yammer-metrics.version>
     <dep.yourkit-api.version>11.0.10</dep.yourkit-api.version>
@@ -1299,47 +1298,6 @@ under the License.
         <version>${dep.google.findbugs.version}</version>
       </dependency>
       <dependency>
-        <groupId>com.tinkerpop.blueprints</groupId>
-        <artifactId>blueprints-core</artifactId>
-        <version>${dep.tinkerpop.rexter.version}</version>
-        <exclusions>
-          <exclusion>
-            <groupId>commons-logging</groupId>
-            <artifactId>commons-logging</artifactId>
-          </exclusion>
-        </exclusions>
-      </dependency>
-      <dependency>
-        <groupId>com.tinkerpop.blueprints</groupId>
-        <artifactId>blueprints-orient-graph</artifactId>
-        <version>${dep.tinkerpop.rexter.version}</version>
-        <exclusions>
-          <exclusion>
-            <groupId>commons-logging</groupId>
-            <artifactId>commons-logging</artifactId>
-          </exclusion>
-        </exclusions>
-      </dependency>
-      <dependency>
-        <groupId>com.tinkerpop.blueprints</groupId>
-        <artifactId>blueprints-neo4j-graph</artifactId>
-        <version>${dep.tinkerpop.rexter.version}</version>
-        <exclusions>
-          <exclusion>
-            <groupId>commons-logging</groupId>
-            <artifactId>commons-logging</artifactId>
-          </exclusion>
-          <exclusion>
-            <groupId>ch.qos.logback</groupId>
-            <artifactId>logback-classic</artifactId>
-          </exclusion>
-          <exclusion>
-            <groupId>io.netty</groupId>
-            <artifactId>netty-all</artifactId>
-          </exclusion>
-        </exclusions>
-      </dependency>
-      <dependency>
         <groupId>commons-cli</groupId>
         <artifactId>commons-cli</artifactId>
         <version>${dep.commons-cli.version}</version>