You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by sa...@apache.org on 2017/10/27 22:09:49 UTC

atlas git commit: ATLAS-1757: Introduce JanusGraph 0.1.1 graph store in atlas - remove janus dependency in repository

Repository: atlas
Updated Branches:
  refs/heads/master 503dddb8c -> 81296b5e7


ATLAS-1757: Introduce JanusGraph 0.1.1 graph store in atlas - remove janus dependency in repository

Signed-off-by: Sarath Subramanian <ss...@hortonworks.com>


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

Branch: refs/heads/master
Commit: 81296b5e7da4cf69b2181a6ad90f0228ae269861
Parents: 503dddb
Author: Graham Wallis <gr...@uk.ibm.com>
Authored: Fri Oct 27 15:09:37 2017 -0700
Committer: Sarath Subramanian <ss...@hortonworks.com>
Committed: Fri Oct 27 15:09:37 2017 -0700

----------------------------------------------------------------------
 repository/pom.xml | 6 ------
 1 file changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/atlas/blob/81296b5e/repository/pom.xml
----------------------------------------------------------------------
diff --git a/repository/pom.xml b/repository/pom.xml
index 5bacaca..94308b4 100755
--- a/repository/pom.xml
+++ b/repository/pom.xml
@@ -135,12 +135,6 @@
 
         <dependency>
             <groupId>org.apache.atlas</groupId>
-            <artifactId>atlas-graphdb-janus</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.atlas</groupId>
             <artifactId>atlas-graphdb-impls</artifactId>
             <type>pom</type>
             <scope>test</scope>