Repository: hbase
Updated Branches:
  refs/heads/0.98 54c186b42 -> 5e9a85714


HBASE-11422 Specification of scope is missing for certain Hadoop dependencies 
(Konstantin Boudnik)


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

Branch: refs/heads/0.98
Commit: 5e9a857144680f2b3d651591743485db2a36c499
Parents: 54c186b
Author: Ted Yu <te...@apache.org>
Authored: Fri Jul 4 13:56:45 2014 +0000
Committer: Ted Yu <te...@apache.org>
Committed: Fri Jul 4 13:56:45 2014 +0000

----------------------------------------------------------------------
 hbase-it/pom.xml     | 1 +
 hbase-server/pom.xml | 2 ++
 hbase-shell/pom.xml  | 2 ++
 hbase-thrift/pom.xml | 1 +
 4 files changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/5e9a8571/hbase-it/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-it/pom.xml b/hbase-it/pom.xml
index 650f890..692d9ad 100644
--- a/hbase-it/pom.xml
+++ b/hbase-it/pom.xml
@@ -274,6 +274,7 @@
           <groupId>org.apache.hadoop</groupId>
           <artifactId>hadoop-mapreduce-client-jobclient</artifactId>
           <type>test-jar</type>
+          <scope>test</scope>
         </dependency>
         <dependency>
           <groupId>org.apache.hadoop</groupId>

http://git-wip-us.apache.org/repos/asf/hbase/blob/5e9a8571/hbase-server/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-server/pom.xml b/hbase-server/pom.xml
index 5f4eee6..ab137c2 100644
--- a/hbase-server/pom.xml
+++ b/hbase-server/pom.xml
@@ -585,6 +585,7 @@
           <groupId>org.apache.hadoop</groupId>
           <artifactId>hadoop-mapreduce-client-jobclient</artifactId>
           <type>test-jar</type>
+          <scope>test</scope>
         </dependency>
         <dependency>
           <groupId>org.apache.hadoop</groupId>
@@ -594,6 +595,7 @@
           <groupId>org.apache.hadoop</groupId>
           <artifactId>hadoop-hdfs</artifactId>
           <type>test-jar</type>
+          <scope>test</scope>
         </dependency>
         <dependency>
           <groupId>org.apache.hadoop</groupId>

http://git-wip-us.apache.org/repos/asf/hbase/blob/5e9a8571/hbase-shell/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-shell/pom.xml b/hbase-shell/pom.xml
index cac060d..cbc3645 100644
--- a/hbase-shell/pom.xml
+++ b/hbase-shell/pom.xml
@@ -316,6 +316,7 @@
           <groupId>org.apache.hadoop</groupId>
           <artifactId>hadoop-mapreduce-client-jobclient</artifactId>
           <type>test-jar</type>
+          <scope>test</scope>
         </dependency>
         <dependency>
           <groupId>org.apache.hadoop</groupId>
@@ -325,6 +326,7 @@
           <groupId>org.apache.hadoop</groupId>
           <artifactId>hadoop-hdfs</artifactId>
           <type>test-jar</type>
+          <scope>test</scope>
         </dependency>
         <dependency>
           <groupId>org.apache.hadoop</groupId>

http://git-wip-us.apache.org/repos/asf/hbase/blob/5e9a8571/hbase-thrift/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-thrift/pom.xml b/hbase-thrift/pom.xml
index 5ce162b..1bd80d7 100644
--- a/hbase-thrift/pom.xml
+++ b/hbase-thrift/pom.xml
@@ -296,6 +296,7 @@ the same time. -->
           <groupId>org.apache.hadoop</groupId>
           <artifactId>hadoop-mapreduce-client-jobclient</artifactId>
           <type>test-jar</type>
+          <scope>test</scope>
         </dependency>
         <dependency>
           <groupId>org.apache.hadoop</groupId>

Reply via email to