You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sentry.apache.org by sp...@apache.org on 2017/10/15 15:17:25 UTC

sentry git commit: SENTRY-1990: Use same hadoop.version to hadoop-aws dependencies (Sergio Pena, reviewed by Alexander Kolbasov, Na Li)

Repository: sentry
Updated Branches:
  refs/heads/master bbedb2ad6 -> f73b1a8d9


SENTRY-1990: Use same hadoop.version to hadoop-aws dependencies (Sergio Pena, reviewed by Alexander Kolbasov, Na Li)


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

Branch: refs/heads/master
Commit: f73b1a8d998528c9af649ac8c3821cf0335f9a54
Parents: bbedb2a
Author: Sergio Pena <se...@cloudera.com>
Authored: Sun Oct 15 10:16:52 2017 -0500
Committer: Sergio Pena <se...@cloudera.com>
Committed: Sun Oct 15 10:16:52 2017 -0500

----------------------------------------------------------------------
 pom.xml                                | 1 -
 sentry-tests/sentry-tests-hive/pom.xml | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/sentry/blob/f73b1a8d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c6a94d5..dabb00d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,7 +94,6 @@ limitations under the License.
     <sqoop.version>1.99.6</sqoop.version>
     <test.sentry.hadoop.classpath>${maven.test.classpath}</test.sentry.hadoop.classpath>
     <zookeeper.version>3.4.5</zookeeper.version>
-    <hadoop-aws.version>2.7.0</hadoop-aws.version>
     <maven.jar.plugin.version>3.0.2</maven.jar.plugin.version>
 
     <!-- Datanucleus package versions -->

http://git-wip-us.apache.org/repos/asf/sentry/blob/f73b1a8d/sentry-tests/sentry-tests-hive/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-tests/sentry-tests-hive/pom.xml b/sentry-tests/sentry-tests-hive/pom.xml
index 75014d4..d248521 100644
--- a/sentry-tests/sentry-tests-hive/pom.xml
+++ b/sentry-tests/sentry-tests-hive/pom.xml
@@ -324,7 +324,7 @@ limitations under the License.
     <dependency>
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-aws</artifactId>
-      <version>${hadoop-aws.version}</version>
+      <version>${hadoop.version}</version>
       <scope>test</scope>
     </dependency>
   </dependencies>