Commit ab801ff2 by Sarath Subramanian

ATLAS-2918: Update JanusGraph version to 0.3.1

parent 614415e0
...@@ -35,7 +35,6 @@ ...@@ -35,7 +35,6 @@
<properties> <properties>
<tinkerpop.version>3.3.3</tinkerpop.version> <tinkerpop.version>3.3.3</tinkerpop.version>
<janus.version>0.3.0</janus.version>
<checkstyle.failOnViolation>false</checkstyle.failOnViolation> <checkstyle.failOnViolation>false</checkstyle.failOnViolation>
<lucene-solr.version>7.3.0</lucene-solr.version> <lucene-solr.version>7.3.0</lucene-solr.version>
</properties> </properties>
......
...@@ -45,6 +45,7 @@ atlas.graphdb.backend=${graphdb.backend.impl} ...@@ -45,6 +45,7 @@ atlas.graphdb.backend=${graphdb.backend.impl}
# Graph Storage # Graph Storage
atlas.graph.storage.backend=${graph.storage.backend} atlas.graph.storage.backend=${graph.storage.backend}
atlas.graph.storage.transactions=false
# Entity repository implementation # Entity repository implementation
atlas.EntityAuditRepository.impl=${entity.repository.impl} atlas.EntityAuditRepository.impl=${entity.repository.impl}
......
...@@ -656,6 +656,7 @@ ...@@ -656,6 +656,7 @@
<kafka.scala.binary.version>2.11</kafka.scala.binary.version> <kafka.scala.binary.version>2.11</kafka.scala.binary.version>
<curator.version>2.11.0</curator.version> <curator.version>2.11.0</curator.version>
<zookeeper.version>3.4.6</zookeeper.version> <zookeeper.version>3.4.6</zookeeper.version>
<janus.version>0.3.1</janus.version>
<json.version>3.2.11</json.version> <json.version>3.2.11</json.version>
<log4j.version>1.2.17</log4j.version> <log4j.version>1.2.17</log4j.version>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment