Repository: atlas Updated Branches: refs/heads/branch-1.0 66bf4164c -> c1c24c522
ATLAS-2918: Update JanusGraph version to 0.3.1 (cherry picked from commit ab801ff27101c80a553e58a1209b14b492b7435f) Project: http://git-wip-us.apache.org/repos/asf/atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/atlas/commit/c1c24c52 Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/c1c24c52 Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/c1c24c52 Branch: refs/heads/branch-1.0 Commit: c1c24c5229b3dc808107d410ce03cc2af7646f36 Parents: 66bf416 Author: Sarath Subramanian <[email protected]> Authored: Thu Oct 11 22:55:35 2018 -0700 Committer: Sarath Subramanian <[email protected]> Committed: Sun Oct 14 12:16:52 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/c1c24c52/graphdb/janus/pom.xml ---------------------------------------------------------------------- diff --git a/graphdb/janus/pom.xml b/graphdb/janus/pom.xml index e9553e8..504f7fe 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/c1c24c52/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/c1c24c52/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6cd8f45..90e1563 100644 --- a/pom.xml +++ b/pom.xml @@ -645,6 +645,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>
