Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
atlas
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dataplatform
atlas
Commits
ab801ff2
Commit
ab801ff2
authored
6 years ago
by
Sarath Subramanian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-2918: Update JanusGraph version to 0.3.1
parent
614415e0
master
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
1 deletion
+2
-1
pom.xml
graphdb/janus/pom.xml
+0
-1
atlas-application.properties
intg/src/test/resources/atlas-application.properties
+1
-0
pom.xml
pom.xml
+1
-0
No files found.
graphdb/janus/pom.xml
View file @
ab801ff2
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
intg/src/test/resources/atlas-application.properties
View file @
ab801ff2
...
...
@@ -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}
...
...
This diff is collapsed.
Click to expand it.
pom.xml
View file @
ab801ff2
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment