Repository: atlas
Updated Branches:
  refs/heads/master be05196b3 -> 36080c337


ATLAS-2817: Change janusgraph artifactId


Project: http://git-wip-us.apache.org/repos/asf/atlas/repo
Commit: http://git-wip-us.apache.org/repos/asf/atlas/commit/36080c33
Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/36080c33
Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/36080c33

Branch: refs/heads/master
Commit: 36080c33790c3d363212c374d4e6e88c5c1cf98f
Parents: be05196
Author: apoorvnaik <apoorvn...@apache.org>
Authored: Tue Jul 31 07:06:17 2018 -0700
Committer: apoorvnaik <apoorvn...@apache.org>
Committed: Wed Aug 22 12:23:20 2018 -0700

----------------------------------------------------------------------
 graphdb/janus/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/atlas/blob/36080c33/graphdb/janus/pom.xml
----------------------------------------------------------------------
diff --git a/graphdb/janus/pom.xml b/graphdb/janus/pom.xml
index 89b331f..cd5c82e 100644
--- a/graphdb/janus/pom.xml
+++ b/graphdb/janus/pom.xml
@@ -68,7 +68,7 @@
 
         <dependency>
             <groupId>org.janusgraph</groupId>
-            <artifactId>janusgraph-core</artifactId>
+            <artifactId>janusgraph-server</artifactId>
             <version>${janus.version}</version>
             <exclusions>
                 <exclusion>
@@ -219,7 +219,6 @@
             <version>${tinkerpop.version}</version>
         </dependency>
 
-        <!-- Test dependencies -->
         <dependency>
             <groupId>org.testng</groupId>
             <artifactId>testng</artifactId>

Reply via email to