Repository: atlas Updated Branches: refs/heads/master 614415e0a -> ab801ff27
ATLAS-2918: Update JanusGraph version to 0.3.1 Project: http://git-wip-us.apache.org/repos/asf/atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/atlas/commit/ab801ff2 Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/ab801ff2 Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/ab801ff2 Branch: refs/heads/master Commit: ab801ff27101c80a553e58a1209b14b492b7435f Parents: 614415e Author: Sarath Subramanian <[email protected]> Authored: Thu Oct 11 22:55:35 2018 -0700 Committer: Sarath Subramanian <[email protected]> Committed: Thu Oct 11 22:55:35 2018 -0700 ---------------------------------------------------------------------- graphdb/janus/pom.xml | 1 - intg/src/test/resources/atlas-application.properties | 1 + pom.xml | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/atlas/blob/ab801ff2/graphdb/janus/pom.xml ---------------------------------------------------------------------- diff --git a/graphdb/janus/pom.xml b/graphdb/janus/pom.xml index cd5c82e..5d491e8 100644 --- a/graphdb/janus/pom.xml +++ b/graphdb/janus/pom.xml @@ -35,7 +35,6 @@ <properties> <tinkerpop.version>3.3.3</tinkerpop.version> - <janus.version>0.3.0</janus.version> <checkstyle.failOnViolation>false</checkstyle.failOnViolation> <lucene-solr.version>7.3.0</lucene-solr.version> </properties> http://git-wip-us.apache.org/repos/asf/atlas/blob/ab801ff2/intg/src/test/resources/atlas-application.properties ---------------------------------------------------------------------- diff --git a/intg/src/test/resources/atlas-application.properties b/intg/src/test/resources/atlas-application.properties index 7e74d51..159f98b 100644 --- a/intg/src/test/resources/atlas-application.properties +++ b/intg/src/test/resources/atlas-application.properties @@ -45,6 +45,7 @@ atlas.graphdb.backend=${graphdb.backend.impl} # Graph Storage atlas.graph.storage.backend=${graph.storage.backend} +atlas.graph.storage.transactions=false # Entity repository implementation atlas.EntityAuditRepository.impl=${entity.repository.impl} http://git-wip-us.apache.org/repos/asf/atlas/blob/ab801ff2/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 92b3218..91ec2c8 100644 --- a/pom.xml +++ b/pom.xml @@ -656,6 +656,7 @@ <kafka.scala.binary.version>2.11</kafka.scala.binary.version> <curator.version>2.11.0</curator.version> <zookeeper.version>3.4.6</zookeeper.version> + <janus.version>0.3.1</janus.version> <json.version>3.2.11</json.version> <log4j.version>1.2.17</log4j.version>
