Repository: incubator-sentry
Updated Branches:
  refs/heads/master 4ade98ac6 -> f1f7812ff


SENTRY-673: Keep consistent version of hadoop dependence (Dapeng Sun, reviewed 
by Guoquan Shen)


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

Branch: refs/heads/master
Commit: f1f7812ff73b05799e058891d826c6502c28e8a5
Parents: 4ade98a
Author: Sun Dapeng <[email protected]>
Authored: Thu Mar 19 16:41:49 2015 +0800
Committer: Sun Dapeng <[email protected]>
Committed: Thu Mar 19 16:41:49 2015 +0800

----------------------------------------------------------------------
 pom.xml                                    | 5 +++++
 sentry-hdfs/sentry-hdfs-common/pom.xml     | 2 --
 sentry-provider/sentry-provider-db/pom.xml | 1 -
 3 files changed, 5 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/f1f7812f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c879613..48b84d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -184,6 +184,11 @@ limitations under the License.
         <version>${hadoop.version}</version>
       </dependency>
       <dependency>
+        <groupId>org.apache.hadoop</groupId>
+        <artifactId>hadoop-mapreduce-client-jobclient</artifactId>
+        <version>${hadoop.version}</version>
+      </dependency>
+      <dependency>
         <groupId>org.apache.hive</groupId>
         <artifactId>hive-metastore</artifactId>
         <version>${hive.version}</version>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/f1f7812f/sentry-hdfs/sentry-hdfs-common/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-hdfs/sentry-hdfs-common/pom.xml 
b/sentry-hdfs/sentry-hdfs-common/pom.xml
index 511bc53..34f69e9 100644
--- a/sentry-hdfs/sentry-hdfs-common/pom.xml
+++ b/sentry-hdfs/sentry-hdfs-common/pom.xml
@@ -32,7 +32,6 @@ limitations under the License.
     <dependency>
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-minicluster</artifactId>
-      <version>2.5.0</version>
       <scope>provided</scope>
     </dependency>
 
@@ -53,7 +52,6 @@ limitations under the License.
     <dependency>
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-common</artifactId>
-      <version>2.5.0</version>
       <scope>provided</scope>
     </dependency>
   </dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/f1f7812f/sentry-provider/sentry-provider-db/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-provider/sentry-provider-db/pom.xml 
b/sentry-provider/sentry-provider-db/pom.xml
index 6116cd5..9f47b29 100644
--- a/sentry-provider/sentry-provider-db/pom.xml
+++ b/sentry-provider/sentry-provider-db/pom.xml
@@ -44,7 +44,6 @@ limitations under the License.
     <dependency>
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-mapreduce-client-jobclient</artifactId>
-      <version>2.5.0</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>

Reply via email to