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
efe0935e
Commit
efe0935e
authored
7 years ago
by
Nigel Jones
Committed by
Graham Wallis
7 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-2571: duplicate declarations
Signed-off-by:
Graham Wallis
<
graham_wallis@uk.ibm.com
>
parent
145ba989
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
4 additions
and
43 deletions
+4
-43
pom.xml
addons/falcon-bridge/pom.xml
+0
-6
pom.xml
addons/hbase-bridge/pom.xml
+1
-6
pom.xml
addons/hive-bridge/pom.xml
+1
-5
pom.xml
addons/sqoop-bridge/pom.xml
+1
-6
pom.xml
addons/storm-bridge/pom.xml
+1
-6
pom.xml
graphdb/titan0/pom.xml
+0
-10
pom.xml
pom.xml
+0
-4
No files found.
addons/falcon-bridge/pom.xml
View file @
efe0935e
...
...
@@ -364,12 +364,6 @@
</resources>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>
maven-resources-plugin
</artifactId>
<executions>
<execution>
<id>
copy-solr-resources
</id>
<phase>
validate
</phase>
...
...
This diff is collapsed.
Click to expand it.
addons/hbase-bridge/pom.xml
View file @
efe0935e
...
...
@@ -502,12 +502,6 @@
</resources>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>
maven-resources-plugin
</artifactId>
<executions>
<execution>
<id>
copy-solr-resources
</id>
<phase>
validate
</phase>
...
...
@@ -525,6 +519,7 @@
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
This diff is collapsed.
Click to expand it.
addons/hive-bridge/pom.xml
View file @
efe0935e
...
...
@@ -479,11 +479,6 @@
</resources>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>
maven-resources-plugin
</artifactId>
<executions>
<execution>
<id>
copy-solr-resources
</id>
<phase>
validate
</phase>
...
...
@@ -501,6 +496,7 @@
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
This diff is collapsed.
Click to expand it.
addons/sqoop-bridge/pom.xml
View file @
efe0935e
...
...
@@ -427,12 +427,6 @@
</resources>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>
maven-resources-plugin
</artifactId>
<executions>
<execution>
<id>
copy-solr-resources
</id>
<phase>
validate
</phase>
...
...
@@ -450,6 +444,7 @@
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
This diff is collapsed.
Click to expand it.
addons/storm-bridge/pom.xml
View file @
efe0935e
...
...
@@ -530,12 +530,6 @@
</resources>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>
maven-resources-plugin
</artifactId>
<executions>
<execution>
<id>
copy-solr-resources
</id>
<phase>
validate
</phase>
...
...
@@ -553,6 +547,7 @@
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
This diff is collapsed.
Click to expand it.
graphdb/titan0/pom.xml
View file @
efe0935e
...
...
@@ -117,16 +117,6 @@
</dependency>
<dependency>
<groupId>
org.apache.solr
</groupId>
<artifactId>
solr-core
</artifactId>
</dependency>
<dependency>
<groupId>
org.apache.solr
</groupId>
<artifactId>
solr-solrj
</artifactId>
</dependency>
<dependency>
<groupId>
com.thinkaurelius.titan
</groupId>
<artifactId>
titan-es
</artifactId>
<version>
${titan.version}
</version>
...
...
This diff is collapsed.
Click to expand it.
pom.xml
View file @
efe0935e
...
...
@@ -35,10 +35,6 @@
<packaging>
pom
</packaging>
<url>
http://atlas.apache.org
</url>
<prerequisites>
<maven>
3.0.4
</maven>
</prerequisites>
<licenses>
<license>
<name>
The Apache Software License, Version 2.0
</name>
...
...
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