Modified configuration for test
diff --git a/pom.xml b/pom.xml
index d2799bf..b0ded49 100644
--- a/pom.xml
+++ b/pom.xml
@@ -251,11 +251,13 @@
       <artifactId>frames</artifactId>
       <version>2.3.1</version>
     </dependency>
+    <!--
     <dependency>
       <groupId>com.tinkerpop.blueprints</groupId>
       <artifactId>blueprints-core</artifactId>
       <version>2.3.0</version>
     </dependency>
+    -->
     <dependency>
       <groupId>com.hazelcast</groupId>
       <artifactId>hazelcast</artifactId>
@@ -430,9 +432,7 @@
     <dependency>
       <groupId>com.tinkerpop.blueprints.impls.ramcloud</groupId>
       <artifactId>blueprints-ramcloud-graph</artifactId>
-      <version>2.4.0</version>
-      <scope>system</scope>
-      <systemPath>${project.basedir}/lib/blueprints-ramcloud-graph-2.4.0.jar</systemPath>
+      <version>2.0.0</version>
     </dependency>
   </dependencies>
 </project>