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
c7a61629
Commit
c7a61629
authored
7 years ago
by
Graham Wallis
Committed by
Sarath Subramanian
7 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-2240: Update JanusGraph to version 0.2.0 - revert to building all the graph modules
Signed-off-by:
Sarath Subramanian
<
ssubramanian@hortonworks.com
>
parent
09134770
master
No related merge requests found
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
8 deletions
+7
-8
pom.xml
graphdb/graphdb-impls/pom.xml
+1
-2
pom.xml
graphdb/pom.xml
+6
-2
pom.xml
pom.xml
+0
-4
No files found.
graphdb/graphdb-impls/pom.xml
View file @
c7a61629
...
...
@@ -34,8 +34,7 @@
<dependencies>
<!-- Single graph provider configured in root pom using
graphGroup, graphModule, graphVersion properties -->
<!-- Use the single graph provider configured in root pom using graphGroup, graphArtifact properties -->
<dependency>
<groupId>
${graphGroup}
</groupId>
<artifactId>
${graphArtifact}
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
graphdb/pom.xml
View file @
c7a61629
...
...
@@ -31,12 +31,16 @@
<name>
Apache Atlas Graph Database Projects
</name>
<packaging>
pom
</packaging>
<!-- Modules built for all profiles -->
<!-- Build all modules including all the possible graph providers although only one will be used -->
<modules>
<module>
api
</module>
<module>
common
</module>
<module>
graphdb-impls
</module>
<module>
${graphModule}
</module>
<module>
titan0
</module>
<module>
titan1
</module>
<module>
janus
</module>
</modules>
...
...
This diff is collapsed.
Click to expand it.
pom.xml
View file @
c7a61629
...
...
@@ -651,7 +651,6 @@
</activation>
<properties>
<!-- Define graph dependency type/version -->
<graphModule>
titan0
</graphModule>
<graphGroup>
org.apache.atlas
</graphGroup>
<graphArtifact>
atlas-graphdb-titan0
</graphArtifact>
<skipDocs>
false
</skipDocs>
...
...
@@ -670,7 +669,6 @@
</activation>
<properties>
<!-- Define graph dependency type/version -->
<graphModule>
titan0
</graphModule>
<graphGroup>
org.apache.atlas
</graphGroup>
<graphArtifact>
atlas-graphdb-titan0
</graphArtifact>
<skipDocs>
false
</skipDocs>
...
...
@@ -689,7 +687,6 @@
</activation>
<properties>
<!-- Define graph dependency type/version -->
<graphModule>
titan1
</graphModule>
<graphGroup>
org.apache.atlas
</graphGroup>
<graphArtifact>
atlas-graphdb-titan1
</graphArtifact>
<skipDocs>
false
</skipDocs>
...
...
@@ -708,7 +705,6 @@
</activation>
<properties>
<!-- Define graph dependency type/version -->
<graphModule>
janus
</graphModule>
<graphGroup>
org.apache.atlas
</graphGroup>
<graphArtifact>
atlas-graphdb-janus
</graphArtifact>
<skipDocs>
false
</skipDocs>
...
...
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