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
d1aa36c4
Commit
d1aa36c4
authored
7 years ago
by
Madhan Neethiraj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-2291: scope hbase-server dependency to avoid including Atlas packaging
parent
1e75da0d
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
0 deletions
+4
-0
pom.xml
addons/hbase-bridge-shim/pom.xml
+1
-0
pom.xml
addons/hbase-bridge/pom.xml
+1
-0
pom.xml
pom.xml
+2
-0
No files found.
addons/hbase-bridge-shim/pom.xml
View file @
d1aa36c4
...
@@ -40,6 +40,7 @@
...
@@ -40,6 +40,7 @@
<groupId>
org.apache.hbase
</groupId>
<groupId>
org.apache.hbase
</groupId>
<artifactId>
hbase-server
</artifactId>
<artifactId>
hbase-server
</artifactId>
<version>
${hbase.version}
</version>
<version>
${hbase.version}
</version>
<scope>
provided
</scope>
<exclusions>
<exclusions>
<exclusion>
<exclusion>
<groupId>
javax.servlet
</groupId>
<groupId>
javax.servlet
</groupId>
...
...
This diff is collapsed.
Click to expand it.
addons/hbase-bridge/pom.xml
View file @
d1aa36c4
...
@@ -41,6 +41,7 @@
...
@@ -41,6 +41,7 @@
<groupId>
org.apache.hbase
</groupId>
<groupId>
org.apache.hbase
</groupId>
<artifactId>
hbase-server
</artifactId>
<artifactId>
hbase-server
</artifactId>
<version>
${hbase.version}
</version>
<version>
${hbase.version}
</version>
<scope>
provided
</scope>
<exclusions>
<exclusions>
<exclusion>
<exclusion>
<groupId>
javax.servlet
</groupId>
<groupId>
javax.servlet
</groupId>
...
...
This diff is collapsed.
Click to expand it.
pom.xml
View file @
d1aa36c4
...
@@ -1186,6 +1186,7 @@
...
@@ -1186,6 +1186,7 @@
<groupId>
org.apache.hbase
</groupId>
<groupId>
org.apache.hbase
</groupId>
<artifactId>
hbase-server
</artifactId>
<artifactId>
hbase-server
</artifactId>
<version>
${hbase.version}
</version>
<version>
${hbase.version}
</version>
<scope>
provided
</scope>
<exclusions>
<exclusions>
<exclusion>
<exclusion>
<groupId>
org.mortbay.jetty
</groupId>
<groupId>
org.mortbay.jetty
</groupId>
...
@@ -1379,6 +1380,7 @@
...
@@ -1379,6 +1380,7 @@
<groupId>
org.apache.atlas
</groupId>
<groupId>
org.apache.atlas
</groupId>
<artifactId>
atlas-hbase-server-shaded
</artifactId>
<artifactId>
atlas-hbase-server-shaded
</artifactId>
<version>
${project.version}
</version>
<version>
${project.version}
</version>
<scope>
provided
</scope>
<exclusions>
<exclusions>
<exclusion>
<exclusion>
<groupId>
junit
</groupId>
<groupId>
junit
</groupId>
...
...
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