ATLAS-2291: scope hbase-server dependency to avoid including Atlas packaging


Project: http://git-wip-us.apache.org/repos/asf/atlas/repo
Commit: http://git-wip-us.apache.org/repos/asf/atlas/commit/d1aa36c4
Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/d1aa36c4
Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/d1aa36c4

Branch: refs/heads/master
Commit: d1aa36c46dded79be0197a5c961e393547b1cc68
Parents: 1e75da0
Author: Madhan Neethiraj <mad...@apache.org>
Authored: Fri Dec 1 11:18:30 2017 -0800
Committer: Madhan Neethiraj <mad...@apache.org>
Committed: Fri Dec 1 11:31:51 2017 -0800

----------------------------------------------------------------------
 addons/hbase-bridge-shim/pom.xml | 1 +
 addons/hbase-bridge/pom.xml      | 1 +
 pom.xml                          | 2 ++
 3 files changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/atlas/blob/d1aa36c4/addons/hbase-bridge-shim/pom.xml
----------------------------------------------------------------------
diff --git a/addons/hbase-bridge-shim/pom.xml b/addons/hbase-bridge-shim/pom.xml
index abe498d..7df6007 100644
--- a/addons/hbase-bridge-shim/pom.xml
+++ b/addons/hbase-bridge-shim/pom.xml
@@ -40,6 +40,7 @@
             <groupId>org.apache.hbase</groupId>
             <artifactId>hbase-server</artifactId>
             <version>${hbase.version}</version>
+            <scope>provided</scope>
             <exclusions>
                 <exclusion>
                     <groupId>javax.servlet</groupId>

http://git-wip-us.apache.org/repos/asf/atlas/blob/d1aa36c4/addons/hbase-bridge/pom.xml
----------------------------------------------------------------------
diff --git a/addons/hbase-bridge/pom.xml b/addons/hbase-bridge/pom.xml
index 3a292a6..76be506 100644
--- a/addons/hbase-bridge/pom.xml
+++ b/addons/hbase-bridge/pom.xml
@@ -41,6 +41,7 @@
             <groupId>org.apache.hbase</groupId>
             <artifactId>hbase-server</artifactId>
             <version>${hbase.version}</version>
+            <scope>provided</scope>
             <exclusions>
                 <exclusion>
                     <groupId>javax.servlet</groupId>

http://git-wip-us.apache.org/repos/asf/atlas/blob/d1aa36c4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7fa8488..49ab88a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1186,6 +1186,7 @@
                 <groupId>org.apache.hbase</groupId>
                 <artifactId>hbase-server</artifactId>
                 <version>${hbase.version}</version>
+                <scope>provided</scope>
                 <exclusions>
                     <exclusion>
                         <groupId>org.mortbay.jetty</groupId>
@@ -1379,6 +1380,7 @@
                 <groupId>org.apache.atlas</groupId>
                 <artifactId>atlas-hbase-server-shaded</artifactId>
                 <version>${project.version}</version>
+                <scope>provided</scope>
                 <exclusions>
                     <exclusion>
                         <groupId>junit</groupId>

Reply via email to