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
c5da0fa1
Commit
c5da0fa1
authored
7 years ago
by
Sarath Subramanian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-2253: Remove shading of janus graph-provider module
parent
549310e3
master
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
48 deletions
+14
-48
pom.xml
graphdb/janus/pom.xml
+2
-42
pom.xml
graphdb/titan0/pom.xml
+6
-0
pom.xml
graphdb/titan1/pom.xml
+6
-0
pom.xml
pom.xml
+0
-6
No files found.
graphdb/janus/pom.xml
View file @
c5da0fa1
...
...
@@ -121,10 +121,11 @@
<version>
${janus.version}
</version>
</dependency>
<!-- JanusGraph 0.1.1 is dependent on solr-solrj 5.2.1 -->
<dependency>
<groupId>
org.apache.solr
</groupId>
<artifactId>
solr-solrj
</artifactId>
<version>
6.1.0
</version>
<version>
5.2.1
</version>
</dependency>
<dependency>
...
...
@@ -193,47 +194,6 @@
</configuration>
</plugin>
<!--
Create 'uber' jar that contains all of the dependencies (except those whose scope is provided)
janus and its dependencies are included. The other dependencies are bundled in the war file.
-->
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-shade-plugin
</artifactId>
<version>
2.4.3
</version>
<executions>
<execution>
<phase>
package
</phase>
<goals>
<goal>
shade
</goal>
</goals>
<configuration>
<shadedArtifactAttached>
false
</shadedArtifactAttached>
<artifactSet>
<excludes>
<!-- these are bundled with Atlas -->
<exclude>
org.slf4j:*
</exclude>
</excludes>
</artifactSet>
<transformers>
<transformer
implementation=
"org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"
/>
</transformers>
<filters>
<filter>
<artifact>
*:*
</artifact>
<excludes>
<exclude>
META-INF/*.SF
</exclude>
<exclude>
META-INF/*.DSA
</exclude>
<exclude>
META-INF/*.RSA
</exclude>
</excludes>
</filter>
</filters>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
...
...
This diff is collapsed.
Click to expand it.
graphdb/titan0/pom.xml
View file @
c5da0fa1
...
...
@@ -187,6 +187,12 @@
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.apache.solr
</groupId>
<artifactId>
solr-solrj
</artifactId>
<version>
${solr.version}
</version>
</dependency>
</dependencies>
<build>
...
...
This diff is collapsed.
Click to expand it.
graphdb/titan1/pom.xml
View file @
c5da0fa1
...
...
@@ -144,6 +144,12 @@
</dependency>
<dependency>
<groupId>
org.apache.solr
</groupId>
<artifactId>
solr-solrj
</artifactId>
<version>
${solr.version}
</version>
</dependency>
<dependency>
<groupId>
org.testng
</groupId>
<artifactId>
testng
</artifactId>
</dependency>
...
...
This diff is collapsed.
Click to expand it.
pom.xml
View file @
c5da0fa1
...
...
@@ -1253,12 +1253,6 @@
</dependency>
<dependency>
<groupId>
org.apache.solr
</groupId>
<artifactId>
solr-solrj
</artifactId>
<version>
${solr.version}
</version>
</dependency>
<dependency>
<groupId>
javax.servlet
</groupId>
<artifactId>
javax.servlet-api
</artifactId>
<version>
${javax.servlet.version}
</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