Repository: atlas Updated Branches: refs/heads/branch-1.0 165d6cfcc -> 2f81c8953
ATLAS-2817: Change janusgraph artifactId (cherry picked from commit 36080c33790c3d363212c374d4e6e88c5c1cf98f) Project: http://git-wip-us.apache.org/repos/asf/atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/atlas/commit/2f81c895 Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/2f81c895 Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/2f81c895 Branch: refs/heads/branch-1.0 Commit: 2f81c8953054ddf983f80c9b17cc3c615e737095 Parents: 165d6cf Author: apoorvnaik <[email protected]> Authored: Tue Jul 31 07:06:17 2018 -0700 Committer: apoorvnaik <[email protected]> Committed: Wed Aug 22 12:25:28 2018 -0700 ---------------------------------------------------------------------- graphdb/janus/pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/atlas/blob/2f81c895/graphdb/janus/pom.xml ---------------------------------------------------------------------- diff --git a/graphdb/janus/pom.xml b/graphdb/janus/pom.xml index 2d64ea8..ab59d01 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>
